Skip to content

Commit f824b47

Browse files
committed
🔧 Switched tipi in the CI workflow
1 parent 90b126b commit f824b47

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci.yml

+4-14
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,20 @@ jobs:
66
build-wasm:
77
name: build-wasm
88
runs-on: ubuntu-latest
9-
container: nxxm/nxxm-ubuntu-develop
9+
container: tipibuild/tipi-ubuntu
1010
steps:
1111
- name: checkout
1212
uses: actions/checkout@v2
1313
- name: nxxm builds project
1414
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
2616
build-clang-linux:
2717
name: build-clang-linux
2818
runs-on: ubuntu-latest
29-
container: nxxm/nxxm-ubuntu-develop
19+
container: tipibuild/tipi-ubuntu
3020
steps:
3121
- name: checkout
3222
uses: actions/checkout@v2
3323
- name: nxxm builds project
3424
run: |
35-
nxxm . --dont-upgrade --verbose --test all -t linux
25+
tipi . --dont-upgrade --verbose --test all -t linux-cxx17

0 commit comments

Comments
 (0)