Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Aug 15, 2024
1 parent 6acc032 commit 53eccfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
test_preamble: $env:PATH += ";" + (Get-Item .).FullName + "\builds\shared\src\Release"
- os: ubuntu-latest
compiler: clang++-18
pre_configure: dev/ci-pre-configure 18
pre_configure: dev/ci-pre-configure-clang 18
- os: ubuntu-latest
compiler: clang++-19
pre_configure: dev/ci-pre-configure 19
pre_configure: dev/ci-pre-configure-clang 19
- os: ubuntu-latest
compiler: clang++-20
pre_configure: dev/ci-pre-configure 20
pre_configure: dev/ci-pre-configure-clang 20
- os: ubuntu-latest
compiler: g++-12
- os: macos-latest
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions dev/ci-pre-configure-gcc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt update
sudo apt install -y g++-$1

0 comments on commit 53eccfa

Please sign in to comment.