Skip to content
Snippets Groups Projects
Commit 5d31f02a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Test out multiline scripts

parent 7df41d1a
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,8 @@ variables: ...@@ -39,8 +39,8 @@ variables:
- linux - linux
- docker - docker
script: script:
- autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DUNIX_DISABLE_FATAL_WARNINGS=ON - | autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DUNIX_DISABLE_FATAL_WARNINGS=ON
- autobuild build -c ReleaseOS --no-configure autobuild build -c ReleaseOS --no-configure
artifacts: artifacts:
name: "$env:CI_COMMIT_REF_NAME-$env:CI_COMMIT_SHORT_SHA" name: "$env:CI_COMMIT_REF_NAME-$env:CI_COMMIT_SHORT_SHA"
expire_in: 2 week expire_in: 2 week
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment