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

Enable graph generation for CI again

parent dee3e1c1
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ variables:
script:
- 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 graph -c ReleaseOS --graph-file alchemy-windows${AUTOBUILD_ADDRSIZE}-dependencies.svg
- autobuild graph -c ReleaseOS --graph-file alchemy-windows${AUTOBUILD_ADDRSIZE}-dependencies.svg build-vc-64/autobuild-package.xml
- |
If ($env:USE_SENTRY -eq 'TRUE')
{
......@@ -63,7 +63,7 @@ variables:
- build-vc-*/newview/Release/alchemy-bin.pdb
- build-vc-*/newview/Release/alchemy-bin.src.zip
- build-vc-*/newview/Release/Alchemy_*_Setup.exe
#- alchemy-*-dependencies.svg
- alchemy-*-dependencies.svg
.mac_build:
stage: build
......@@ -89,10 +89,10 @@ variables:
script:
- 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 graph -c ReleaseOS --graph-file alchemy-darwin${AUTOBUILD_ADDRSIZE}-dependencies.svg
- |
if [ "$USE_SENTRY" = "TRUE" ]
then
- autobuild graph -c ReleaseOS --graph-file alchemy-darwin${AUTOBUILD_ADDRSIZE}-dependencies.svg build-darwin-64/autobuild-package.xml
- |
if [ "$USE_SENTRY" = "TRUE" ]
then
sentry-cli difutil bundle-sources build-darwin-*/newview/Release/*.app.dSYM/Contents/Resources/DWARF/*
fi
artifacts:
......@@ -114,7 +114,7 @@ variables:
- build-darwin-*/newview/Release/*.app/Contents/MacOS/*
- build-darwin-*/newview/Release/*.dSYM
- build-darwin-*/newview/Release/*.src.zip
#- alchemy-*-dependencies.svg
- alchemy-*-dependencies.svg
.linux_build:
stage: build
......@@ -140,7 +140,7 @@ variables:
script:
- 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 graph -c ReleaseOS --graph-file alchemy-linuxs${AUTOBUILD_ADDRSIZE}-dependencies.svg
- autobuild graph -c ReleaseOS --graph-file alchemy-linuxs${AUTOBUILD_ADDRSIZE}-dependencies.svg build-linux-${AUTOBUILD_ADDRSIZE}/autobuild-package.xml
- |
if [ "$USE_SENTRY" = "TRUE" ]
then
......@@ -165,7 +165,7 @@ variables:
- build-linux-*/newview/alchemy-bin
- build-linux-*/newview/alchemy-bin.debug
- build-linux-*/newview/alchemy-bin.src.zip
#- alchemy-*-dependencies.svg
- alchemy-*-dependencies.svg
coverity_scan:
......
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