-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge pull request #298 from cosmoscout/feature/refactor-celestial-…
…anchors
- Loading branch information
Showing
120 changed files
with
3,156 additions
and
3,060 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |
Oops, something went wrong.