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

Update .gitlab-ci.yml file

parent 9460fed5
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ variables: ...@@ -30,7 +30,7 @@ variables:
before_script: before_script:
- virtualenv -p python .venv - virtualenv -p python .venv
- .\.venv\Scripts\activate.ps1 - .\.venv\Scripts\activate.ps1
- pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple - pip3 install --upgrade autobuild
script: script:
- autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE - autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
- autobuild build -c ReleaseOS --no-configure - autobuild build -c ReleaseOS --no-configure
...@@ -86,7 +86,7 @@ variables: ...@@ -86,7 +86,7 @@ variables:
before_script: before_script:
- virtualenv .venv -p python3 - virtualenv .venv -p python3
- source .venv/bin/activate - source .venv/bin/activate
- pip3 install --upgrade autobuild dmgbuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple - pip3 install --upgrade autobuild dmgbuild
script: script:
- autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE - autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
- autobuild build -c ReleaseOS --no-configure - autobuild build -c ReleaseOS --no-configure
...@@ -138,7 +138,7 @@ variables: ...@@ -138,7 +138,7 @@ variables:
before_script: before_script:
- virtualenv .venv -p python3 - virtualenv .venv -p python3
- source .venv/bin/activate - source .venv/bin/activate
- pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple - pip3 install --upgrade autobuild
script: script:
- autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE - autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
- autobuild build -c ReleaseOS --no-configure - autobuild build -c ReleaseOS --no-configure
...@@ -194,7 +194,7 @@ coverity_scan: ...@@ -194,7 +194,7 @@ coverity_scan:
before_script: before_script:
- virtualenv .venv -p python3 - virtualenv .venv -p python3
- source .venv/bin/activate - source .venv/bin/activate
- pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple - pip3 install --upgrade autobuild
script: script:
- cov-configure --template --comptype clangcc --compiler clang-12 - cov-configure --template --comptype clangcc --compiler clang-12
- cov-configure --template --comptype clangcxx --compiler clang++-12 - cov-configure --template --comptype clangcxx --compiler clang++-12
......
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