Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun authored Jul 17, 2023
1 parent 1b78131 commit a0644b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
date
make clean
make
# make check
make check
date
vol-async-hdf5-develop-Makefile:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
date
make clean
make
# make check
make check
date
vol-async-hdf5-1_14_1-cmake:
Expand Down Expand Up @@ -271,9 +271,9 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=$VOL_DIR -DCMAKE_C_COMPILER=mpicc -DENABLE_WRITE_MEMCPY=ON ..
make clean
make && make install
# date
# ctest
# date
date
ctest
date
vol-async-hdf5-develop-cmake:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -352,6 +352,6 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=$VOL_DIR -DCMAKE_C_COMPILER=mpicc -DENABLE_WRITE_MEMCPY=ON ..
make clean
make && make install
# date
# ctest
# date
date
ctest
date

0 comments on commit a0644b1

Please sign in to comment.