removed build script usage from why2-project workflow
"Think before you remove somethin"
This commit is contained in:
parent
23078e5a28
commit
ea4b231c4b
4
.github/workflows/why2-project.yml
vendored
4
.github/workflows/why2-project.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
build: build.sh
|
|
||||||
test: test
|
test: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -33,13 +32,12 @@ jobs:
|
|||||||
- name: Permissions
|
- name: Permissions
|
||||||
run: |
|
run: |
|
||||||
chmod +x ${{ matrix.configure }}
|
chmod +x ${{ matrix.configure }}
|
||||||
chmod +x ${{ matrix.build }}
|
|
||||||
|
|
||||||
- name: Preparation
|
- name: Preparation
|
||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2
|
||||||
run: sudo ./${{ matrix.build }} install
|
run: sudo make install
|
||||||
|
|
||||||
- name: Download WHY2 test project
|
- name: Download WHY2 test project
|
||||||
run: curl -L -o ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw
|
run: curl -L -o ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user