Skip to content

Commit

Permalink
CI: Lib + Plotfiles Install (#1662)
Browse files Browse the repository at this point in the history
Test the new install of plotfile tools works in CI.
  • Loading branch information
ax3l authored Dec 18, 2020
1 parent cc61f30 commit 25d06e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:
mkdir build
cd build
cmake .. \
-DAMReX_PLOTFILE_TOOLS=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX=/tmp/my-amrex \
-DCMAKE_CXX_STANDARD=17
make -j 2
make install
export PATH=/tmp/my-amrex/bin:$PATH
which fcompare
library_clang:
name: Clang@6.0 C++14 SP NOMPI Debug [lib]
Expand All @@ -41,6 +45,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=/tmp/my-amrex \
-DAMReX_MPI=OFF \
-DAMReX_PARTICLES=ON \
-DAMReX_PLOTFILE_TOOLS=ON \
-DAMReX_PRECISION=SINGLE \
-DAMReX_PARTICLES_PRECISION=SINGLE \
-DCMAKE_CXX_STANDARD=14 \
Expand All @@ -50,6 +55,9 @@ jobs:
make -j 2
make install
export PATH=/tmp/my-amrex/bin:$PATH
which fcompare
# Build libamrex and all tutorials
tutorials:
name: GNU@7.5 C++14 [tutorials]
Expand Down

0 comments on commit 25d06e8

Please sign in to comment.