We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa1d80 commit d275cb1Copy full SHA for d275cb1
.github/workflows/linux.yaml
@@ -1,14 +1,15 @@
1
-name: linux
+name: Build code on Linux
2
3
-on: [push, pull_request]
4
-
5
-permissions:
6
- contents: read
+on:
+ push:
+ pull_request:
+ types: [opened]
7
8
jobs:
9
- build:
+ linux:
10
runs-on: ubuntu-latest
11
strategy:
12
+ fail-fast: false
13
matrix:
14
cxx: [g++-12, clang++-15]
15
build_type: [Debug, Release]
0 commit comments