Skip to content

Commit

Permalink
Update continuous.yml for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao authored Sep 8, 2023
1 parent 14ced60 commit 2a85908
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:

- name: Dependencies
run: |
sudo apt-get update
sudo apt-get -o Acquire::Retries=3 install \
libblas-dev \
xorg-dev \
ccache
echo 'CACHE_PATH=~/.ccache' >> "$GITHUB_ENV"
- name: Cache Build
Expand All @@ -56,7 +51,7 @@ jobs:

- name: Prepare ccache
run: |
ccache --max-size=1.0G
ccache --max-size=20.0G
ccache -V && ccache --show-stats && ccache --zero-stats
- name: Configure
Expand All @@ -68,7 +63,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.config }}
- name: Build
run: cd build; make -j2; ccache --show-stats
run: cd build; make -j8; ccache --show-stats

- name: Tests
run: cd build; ctest --verbose --output-on-failure
Expand Down

0 comments on commit 2a85908

Please sign in to comment.