-
Notifications
You must be signed in to change notification settings - Fork 0
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 #33 from naviqore/feature/NAV-160-create-gtfs-subs…
…et-writer-app Feature/nav 160 create gtfs subset writer app
- Loading branch information
Showing
26 changed files
with
520 additions
and
560 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 |
---|---|---|
|
@@ -11,14 +11,12 @@ jobs: | |
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [windows-latest, ubuntu-latest] # , clang-macos-latest | ||
os: [windows-latest, ubuntu-latest] | ||
include: | ||
- os: windows-latest | ||
compiler: msvc | ||
- os: ubuntu-latest | ||
compiler: gcc-linux | ||
# - os: clang-macos-latest | ||
# compiler: clang-macos | ||
|
||
steps: | ||
- name: Checkout code | ||
|
@@ -33,32 +31,6 @@ jobs: | |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 60 | ||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 60 | ||
- name: Cache Homebrew | ||
if: matrix.os == 'clang-macos-latest' | ||
uses: actions/[email protected] | ||
with: | ||
path: /usr/local/Homebrew | ||
key: ${{ runner.os }}-homebrew-${{ hashFiles('**/Brewfile') }} | ||
restore-keys: | | ||
${{ runner.os }}-homebrew- | ||
- name: Install Clang 14 | ||
if: matrix.os == 'clang-macos-latest' | ||
run: | | ||
brew update | ||
brew install llvm@14 | ||
echo 'export PATH="/usr/local/opt/llvm@14/bin:$PATH"' >> ~/.zshrc | ||
echo 'export LDFLAGS="-L/usr/local/opt/llvm@14/lib"' >> ~/.zshrc | ||
echo 'export CPPFLAGS="-I/usr/local/opt/llvm@14/include"' >> ~/.zshrc | ||
source ~/.zshrc | ||
- name: Save Homebrew Cache | ||
if: matrix.os == 'clang-macos-latest' | ||
uses: actions/cache@v3 | ||
with: | ||
path: /usr/local/Homebrew | ||
key: ${{ runner.os }}-homebrew-${{ hashFiles('**/Brewfile') }} | ||
|
||
- name: vcpkg installation | ||
shell: bash | ||
run: | | ||
|
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
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
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
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
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
Oops, something went wrong.