copied the fucking env vars because you can't do it variable

This commit is contained in:
Václav Šmejkal 2022-05-31 19:16:45 +02:00
parent becb390439
commit 1662ff6682
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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