Skip to content

Commit

Permalink
add presentations, and fix variable names (#222)
Browse files Browse the repository at this point in the history
* add presentations, and fix variable names

* fix data type mismatch

* remove license

* include tuple header

* update unused build option in github actions

* remove the use of tie

---------

Co-authored-by: Samuel Li <shaomeng@cisl-vapor>
  • Loading branch information
shaomeng and Samuel Li authored Nov 16, 2023
1 parent 4a5cbbb commit a375262
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 692 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
BUILD_TYPE: RelWithDebInfo

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_ZSTD=OFF
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
# Build your program with the given configuration
Expand Down
Loading

0 comments on commit a375262

Please sign in to comment.