Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Aug 23, 2023
1 parent f1b7e35 commit e6fd80c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pamc-idealized-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ jobs:
matrix:
compiler:
- gcc
- clang
include:
- model: layermodel
hamiltonian: swe
thermo: none
- model: layermodel
hamiltonian: tswe
thermo: none
- model: extrudedmodel
hamiltonian: ce
thermo: idealgaspottemp
defaults:
run:
working-directory: standalone/idealized/build
Expand All @@ -24,5 +33,5 @@ jobs:
- name: Configure and build
run: |
source ../../machines/ci/ubuntu-${{matrix.compiler}}.env &&
./cmakescript_pamc.sh &&
./cmakescript_pamc.sh ${{matrix.model}} ${{matrix.hamiltonian}} ${{matrix.thermo}} &&
cmake --build .

0 comments on commit e6fd80c

Please sign in to comment.