copied the fucking env vars because you can't do it variable
This commit is contained in:
parent
becb390439
commit
1662ff6682
5
.github/workflows/why2-project.yml
vendored
5
.github/workflows/why2-project.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
|||||||
build: build.sh
|
build: build.sh
|
||||||
test: test
|
test: test
|
||||||
|
|
||||||
|
- os: macos-latest
|
||||||
|
configure: configure.sh
|
||||||
|
build: build.sh
|
||||||
|
test: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
11
.github/workflows/why2-test.yml
vendored
11
.github/workflows/why2-test.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
|||||||
build: build.sh
|
build: build.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
|
- os: macos-latest
|
||||||
|
output: out/why2-test
|
||||||
|
configure: configure.sh
|
||||||
|
build: build.sh
|
||||||
|
app: why2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -66,6 +72,11 @@ jobs:
|
|||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
|
- os: macos-latest
|
||||||
|
output: out/why2-test
|
||||||
|
configure: configure.sh
|
||||||
|
app: why2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user