Skip to content

Commit

Permalink
🔀 Merge pull request #298 from cosmoscout/feature/refactor-celestial-…
Browse files Browse the repository at this point in the history
…anchors
  • Loading branch information
Schneegans authored Oct 4, 2022
2 parents bae7aa8 + 803b5fc commit 8327fd3
Show file tree
Hide file tree
Showing 120 changed files with 3,156 additions and 3,060 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,6 @@ jobs:
uses: actions/checkout@v2
- name: Checkout Submodules
run: git submodule update --init
- name: Cache Object Files
uses: actions/[email protected]
with:
path: ~/clcache
key: msvc-${{ github.sha }}
restore-keys: msvc-
- name: Download Dependencies
run: |
pip install clcache
clcache -M 2147483648
clcache -z
- name: Download Boost
run: |
# From https://github.com/actions/virtual-environments/issues/2667
Expand All @@ -227,19 +216,15 @@ jobs:
Invoke-Expression .\setup.ps1
- name: Build Externals
shell: cmd
run: >
run: |
make_externals.bat -G "Visual Studio 16 2019" -A x64
-DCMAKE_VS_GLOBALS="CLToolExe=clcache.exe;TrackFileAccess=false"
- name: Build CosmoScout VR
shell: cmd
run: >
make.bat -G "Visual Studio 16 2019" -A x64
-DCMAKE_VS_GLOBALS="CLToolExe=clcache.exe;TrackFileAccess=false"
-DCOSMOSCOUT_UNIT_TESTS=On -DBOOST_ROOT=%BOOST_ROOT_1_72_0%
- name: Run Tests
shell: cmd
run: |
SET PATH=%BOOST_ROOT_1_72_0%\\lib;%PATH%
install\\windows-Release\\bin\\run_tests.bat
- name: Print clcache Statistics
run: clcache -s
Loading

0 comments on commit 8327fd3

Please sign in to comment.