-
Notifications
You must be signed in to change notification settings - Fork 4
executable file
·63 lines (46 loc) · 1.35 KB
/
ubuntu-gnu.yml
File metadata and controls
executable file
·63 lines (46 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: ubuntu-gnu
on:
pull_request:
branches:
- main
- dev
jobs:
builds-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
# - name: Builds mfem-geg
# run: |
# cmake -S external/mfem-geg \
# -B mfem-geg-build/ \
# -DCMAKE_BUILD_TYPE=Release \
# -DCMAKE_INSTALL_PREFIX=mfem-geg-install \
# -G Ninja
# cmake --build mfem-geg-build/ -j
# cmake --install mfem-geg-build/
- name: Builds semba/dgtd
uses: lukka/run-cmake@v10
with:
configurePreset: 'gnu'
buildPreset: 'gnu'
buildPresetAdditionalArgs: "['--parallel']"
- name: Run hesthavenComparison tests
run: build/gnu/bin/hesthavenComparison_tests
- name: Run mfem tests
run: build/gnu/bin/mfem_tests
- name: Run maxwell tests
run: build/gnu/bin/maxwell_tests
- name: Run maxwell solver tests
run: build/gnu/bin/maxwell_solver_tests
- name: Run maxwell cases tests
run: build/gnu/bin/cases_tests
# - name: Run system tests
# run: |
# build/gnu/bin/rcs_tests