Skip to content

Commit

Permalink
Use separate tag for jobs which do not require signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindaugas Veblauskas committed Mar 30, 2023
1 parent 37c1e70 commit 343de29
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ variables:
TEST_REPORT_PATH: results/
PROJECT_ID: "13"
MILESTONE: "Windows"
FF_USE_FASTZIP: "true"
TRANSFER_METER_FREQUENCY: "2s"
ARTIFACT_COMPRESSION_LEVEL: "fastest"
CACHE_COMPRESSION_LEVEL: "fastest"

stages:
- release
Expand All @@ -36,7 +40,7 @@ stages:
build-release:
stage: build
tags:
- windows
- windows-dot-net
script:
- echo "Building native dependencies..."
- 'c:\nuget\nuget.exe restore ProtonVPN.InstallActions.sln'
Expand All @@ -63,7 +67,7 @@ build-release:
build-debug:
stage: build
tags:
- windows
- windows-dot-net
script:
- echo "Building native dependencies..."
- 'c:\nuget\nuget.exe restore ProtonVPN.InstallActions.sln'
Expand All @@ -90,7 +94,7 @@ build-debug:
tests:
stage: test
tags:
- windows
- windows-dot-net
script:
- dotnet restore ProtonVpn.sln
- dotnet build ProtonVpn.sln
Expand Down Expand Up @@ -122,7 +126,7 @@ build-installer-for-release:
prepare-internal-beta-release:
stage: internal-beta
tags:
- windows
- windows-dot-net
when: manual
script:
- python -m pip install -r ci\python-libs.txt
Expand Down

0 comments on commit 343de29

Please sign in to comment.