Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
panquez committed Apr 6, 2020
1 parent f94e639 commit f0035ba
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,41 +87,41 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Cache Abseil
uses: actions/cache@v1.0.3
with:
path: build/third_party/abseil
key: abseil-darwin-Release-${{ hashFiles('cmake/ConfigureAbseil.cmake') }}
- name: Cache Async++
uses: actions/cache@v1.0.3
with:
path: build/third_party/asyncplusplus
key: asyncplusplus-darwin-Release-${{ hashFiles('cmake/ConfigureAsync++.cmake') }}
# - name: Cache Abseil
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/abseil
# key: abseil-darwin-Release-${{ hashFiles('cmake/ConfigureAbseil.cmake') }}
# - name: Cache Async++
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/asyncplusplus
# key: asyncplusplus-darwin-Release-${{ hashFiles('cmake/ConfigureAsync++.cmake') }}
# - name: Cache Filesystem
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/ghcFilesystem
# key: ghcFilesystem-darwin-Release-${{ hashFiles('cmake/ConfigureFilesystem.cmake') }}
- name: Cache Minizip
uses: actions/cache@v1.0.3
with:
path: build/third_party/minizip
key: minizip-darwin-Release-${{ hashFiles('cmake/ConfigureMinizip.cmake') }}
- name: Cache Nanoflann
uses: actions/cache@v1.0.3
with:
path: build/third_party/nanoflann
key: nanoflann-darwin-Release-${{ hashFiles('cmake/ConfigureNanoflann.cmake') }}
- name: Cache Pybind11
uses: actions/cache@v1.0.3
with:
path: build/third_party/pybind11
key: pybind11-darwin-Release-${{ hashFiles('cmake/ConfigurePybind11.cmake') }}
- name: Cache Spdlog
uses: actions/cache@v1.0.3
with:
path: build/third_party/spdlog
key: spdlog-darwin-Release-${{ hashFiles('cmake/ConfigureSpdlog.cmake') }}
# - name: Cache Minizip
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/minizip
# key: minizip-darwin-Release-${{ hashFiles('cmake/ConfigureMinizip.cmake') }}
# - name: Cache Nanoflann
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/nanoflann
# key: nanoflann-darwin-Release-${{ hashFiles('cmake/ConfigureNanoflann.cmake') }}
# - name: Cache Pybind11
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/pybind11
# key: pybind11-darwin-Release-${{ hashFiles('cmake/ConfigurePybind11.cmake') }}
# - name: Cache Spdlog
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/spdlog
# key: spdlog-darwin-Release-${{ hashFiles('cmake/ConfigureSpdlog.cmake') }}
- name: Generate package
id: package
run: |
Expand Down
60 changes: 30 additions & 30 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,41 +167,41 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Cache Abseil
uses: actions/cache@v1.0.3
with:
path: build/third_party/abseil
key: abseil-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureAbseil.cmake') }}
- name: Cache Async++
uses: actions/cache@v1.0.3
with:
path: build/third_party/asyncplusplus
key: asyncplusplus-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureAsync++.cmake') }}
# - name: Cache Abseil
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/abseil
# key: abseil-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureAbseil.cmake') }}
# - name: Cache Async++
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/asyncplusplus
# key: asyncplusplus-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureAsync++.cmake') }}
# - name: Cache Filesystem
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/ghcFilesystem
# key: ghcFilesystem-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureFilesystem.cmake') }}
- name: Cache Minizip
uses: actions/cache@v1.0.3
with:
path: build/third_party/minizip
key: minizip-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureMinizip.cmake') }}
- name: Cache Nanoflann
uses: actions/cache@v1.0.3
with:
path: build/third_party/nanoflann
key: nanoflann-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureNanoflann.cmake') }}
- name: Cache Pybind11
uses: actions/cache@v1.0.3
with:
path: build/third_party/pybind11
key: pybind11-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigurePybind11.cmake') }}
- name: Cache Spdlog
uses: actions/cache@v1.0.3
with:
path: build/third_party/spdlog
key: spdlog-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureSpdlog.cmake') }}
# - name: Cache Minizip
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/minizip
# key: minizip-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureMinizip.cmake') }}
# - name: Cache Nanoflann
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/nanoflann
# key: nanoflann-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureNanoflann.cmake') }}
# - name: Cache Pybind11
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/pybind11
# key: pybind11-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigurePybind11.cmake') }}
# - name: Cache Spdlog
# uses: actions/cache@v1.0.3
# with:
# path: build/third_party/spdlog
# key: spdlog-darwin-${{ matrix.config }}-${{ hashFiles('cmake/ConfigureSpdlog.cmake') }}
- name: Compile & Test
run: |
mkdir -p build
Expand Down

0 comments on commit f0035ba

Please sign in to comment.