File tree Expand file tree Collapse file tree 9 files changed +32
-9
lines changed Expand file tree Collapse file tree 9 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
22
24
runs-on : ubuntu-latest
23
25
24
26
container :
25
- image : jetscape/base:stable
27
+ image : jetscape/base:v1.10
26
28
options : --user root
27
29
28
30
steps :
Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
22
24
runs-on : ubuntu-latest
23
25
24
26
container :
25
- image : jetscape/base:stable
27
+ image : jetscape/base:v1.10
26
28
options : --user root
27
29
28
30
steps :
47
49
cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
48
50
./get_freestream-milne.sh
49
51
52
+ - name : Download IPGLASMA
53
+ run : |
54
+ cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
55
+ ./get_ipglasma.sh
56
+
50
57
- name : Download SMASH
51
58
run : |
52
59
cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
63
70
mkdir build
64
71
cd build
65
72
export SMASH_DIR="${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages/smash/smash_code"
66
- cmake .. -DUSE_3DGlauber=ON -DUSE_MUSIC=ON -DUSE_ISS=ON -DUSE_FREESTREAM=ON -DUSE_SMASH=ON
73
+ cmake .. -DUSE_3DGlauber=ON -DUSE_MUSIC=ON -DUSE_ISS=ON -DUSE_FREESTREAM=ON -DUSE_SMASH=ON -DUSE_IPGlasma=ON
67
74
make -j2
Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
22
24
runs-on : ubuntu-latest
23
25
24
26
container :
25
- image : jetscape/base:stable
27
+ image : jetscape/base:v1.10
26
28
options : --user root
27
29
28
30
steps :
Original file line number Diff line number Diff line change 8
8
- main
9
9
- XSCAPE-1.1.5-RC
10
10
- cpp17_cmake_syntax
11
+ - ipglasma
11
12
12
13
push :
13
14
branches :
14
15
- main
15
16
- XSCAPE-1.1.5-RC
16
17
- cpp17_cmake_syntax
18
+ - ipglasma
17
19
18
20
env :
19
21
REPO_NAME : ${{ github.event.repository.name }}
24
26
runs-on : ubuntu-latest
25
27
26
28
container :
27
- image : jetscape/base:stable
29
+ image : jetscape/base:v1.10
28
30
options : --user root
29
31
30
32
steps :
Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
22
24
runs-on : ubuntu-latest
23
25
24
26
container :
25
- image : jetscape/base:stable
27
+ image : jetscape/base:v1.10
26
28
options : --user root
27
29
28
30
steps :
Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
22
24
runs-on : ubuntu-latest
23
25
24
26
container :
25
- image : jetscape/base:stable
27
+ image : jetscape/base:v1.10
26
28
options : --user root
27
29
28
30
steps :
Original file line number Diff line number Diff line change 7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
9
- brick_matter_lbt
10
+ - ipglasma
10
11
11
12
push :
12
13
branches :
13
14
- main
14
15
- XSCAPE-1.1.5-RC
15
16
- cpp17_cmake_syntax
16
17
- brick_matter_lbt
18
+ - ipglasma
17
19
18
20
env :
19
21
REPO_NAME : ${{ github.event.repository.name }}
24
26
runs-on : ubuntu-latest
25
27
26
28
container :
27
- image : jetscape/base:stable
29
+ image : jetscape/base:v1.10
28
30
options : --user root
29
31
30
32
steps :
Original file line number Diff line number Diff line change 6
6
- main
7
7
- XSCAPE-1.1.5-RC
8
8
- cpp17_cmake_syntax
9
+ - ipglasma
9
10
10
11
push :
11
12
branches :
12
13
- main
13
14
- XSCAPE-1.1.5-RC
14
15
- cpp17_cmake_syntax
16
+ - ipglasma
15
17
16
18
env :
17
19
REPO_NAME : ${{ github.event.repository.name }}
22
24
runs-on : ubuntu-latest
23
25
24
26
container :
25
- image : jetscape/base:stable
27
+ image : jetscape/base:v1.10
26
28
options : --user root
27
29
28
30
steps :
You can’t perform that action at this time.
0 commit comments