File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 6
6
build-wasm :
7
7
name : build-wasm
8
8
runs-on : ubuntu-latest
9
- container : nxxm/nxxm -ubuntu-develop
9
+ container : tipibuild/tipi -ubuntu
10
10
steps :
11
11
- name : checkout
12
12
uses : actions/checkout@v2
13
13
- name : nxxm builds project
14
14
run : |
15
- nxxm . --dont-upgrade --verbose --test all
16
- build-gcc :
17
- name : build-gcc
18
- runs-on : ubuntu-latest
19
- container : nxxm/nxxm-ubuntu-develop
20
- steps :
21
- - name : checkout
22
- uses : actions/checkout@v2
23
- - name : nxxm builds project
24
- run : |
25
- nxxm . --dont-upgrade --verbose --test all -t gcc-7-cxx17
15
+ tipi . --dont-upgrade --verbose --test all -t wasm-cxx17
26
16
build-clang-linux :
27
17
name : build-clang-linux
28
18
runs-on : ubuntu-latest
29
- container : nxxm/nxxm -ubuntu-develop
19
+ container : tipibuild/tipi -ubuntu
30
20
steps :
31
21
- name : checkout
32
22
uses : actions/checkout@v2
33
23
- name : nxxm builds project
34
24
run : |
35
- nxxm . --dont-upgrade --verbose --test all -t linux
25
+ tipi . --dont-upgrade --verbose --test all -t linux-cxx17
You can’t perform that action at this time.
0 commit comments