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

Fix old gitlab cruft

parent 4882bc9b
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ variables: ...@@ -31,7 +31,7 @@ variables:
before_script: before_script:
- virtualenv -p C:\Python39\python.exe .venv - virtualenv -p C:\Python39\python.exe .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 --extra-index-url https://pypi.org/simple - pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple
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
...@@ -88,7 +88,7 @@ variables: ...@@ -88,7 +88,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 --extra-index-url https://pypi.org/simple - pip3 install --upgrade autobuild dmgbuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple
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
...@@ -141,7 +141,7 @@ variables: ...@@ -141,7 +141,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 --extra-index-url https://pypi.org/simple - pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple
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
...@@ -198,7 +198,7 @@ coverity_scan: ...@@ -198,7 +198,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 --extra-index-url https://pypi.org/simple - pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple
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