Skip to content

Commit

Permalink
Add encrypted API Key for RideWithGPS to AppVeyor builds
Browse files Browse the repository at this point in the history
To enable #3371 for Windows builds
  • Loading branch information
amtriathlon committed Aug 12, 2021
1 parent 6e88ee4 commit 7b2bd79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -33,6 +33,8 @@ environment:
secure: h2JdlC1i4QOmwpkz+Xxbrw==
GC_SPORTTRACKS_CLIENT_SECRET:
secure: n6a8nJgqMyg+VsVeoIIR8TFzxyDFVi2w/ggetQk5agY=
GC_RWGPS_API_KEY:
secure: uUtCyF5ByZ1VYJOztUngIA==

init:
# Setup QT 5.14 - 64Bit
Expand Down Expand Up @@ -142,6 +144,7 @@ before_build:
- ps: (Get-Content src\Core\Secrets.h) -replace '__GC_CLOUD_DB_APP_NAME__', $env:GC_CLOUD_DB_APP_NAME | Set-Content src\Core\Secrets.h
- ps: (Get-Content src\Core\Secrets.h) -replace '__GC_POLARFLOW_CLIENT_SECRET__', $env:GC_POLARFLOW_CLIENT_SECRET | Set-Content src\Core\Secrets.h
- ps: (Get-Content src\Core\Secrets.h) -replace '__GC_SPORTTRACKS_CLIENT_SECRET__', $env:GC_SPORTTRACKS_CLIENT_SECRET | Set-Content src\Core\Secrets.h
- ps: (Get-Content src\Core\Secrets.h) -replace '__GC_RWGPS_API_KEY__', $env:GC_RWGPS_API_KEY | Set-Content src\Core\Secrets.h

build_script:
- qmake.exe build.pro -r -spec win32-msvc
Expand Down

0 comments on commit 7b2bd79

Please sign in to comment.