Commit 26e8cf1 1 parent e13c339 commit 26e8cf1 Copy full SHA for 26e8cf1
File tree 1 file changed +35
-35
lines changed
1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -3,46 +3,46 @@ name: CI
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- build-linux :
7
- name : ubuntu-22.04-release
8
- runs-on : ubuntu-22.04
9
- env :
10
- CMAKE_GENERATOR : Ninja
11
- DEBIAN_FRONTEND : noninteractive
12
- defaults :
13
- run :
14
- shell : bash -e -o pipefail {0}
15
- steps :
16
- - name : install dependencies
17
- run : |
18
- sudo apt update
19
- sudo apt install -y \
20
- build-essential \
21
- clang-format \
22
- cmake \
23
- ninja-build
24
- - name : checkout repository
25
- uses : actions/checkout@v4
26
- - name : configure
27
- run : |
28
- cmake -S . -B build \
29
- -DCMAKE_BUILD_TYPE=Release
30
- - name : build
31
- run : |
32
- cmake --build build
33
- - name : test
34
- run : |
35
- cd build
36
- ctest --output-on-failure
37
- - name : install
38
- run : |
39
- sudo cmake --install build
6
+ # build-linux:
7
+ # name: ubuntu-22.04-release
8
+ # runs-on: ubuntu-22.04
9
+ # env:
10
+ # CMAKE_GENERATOR: Ninja
11
+ # DEBIAN_FRONTEND: noninteractive
12
+ # defaults:
13
+ # run:
14
+ # shell: bash -e -o pipefail {0}
15
+ # steps:
16
+ # - name: install dependencies
17
+ # run: |
18
+ # sudo apt update
19
+ # sudo apt install -y \
20
+ # build-essential \
21
+ # clang-format \
22
+ # cmake \
23
+ # ninja-build
24
+ # - name: checkout repository
25
+ # uses: actions/checkout@v4
26
+ # - name: configure
27
+ # run: |
28
+ # cmake -S . -B build \
29
+ # -DCMAKE_BUILD_TYPE=Release
30
+ # - name: build
31
+ # run: |
32
+ # cmake --build build
33
+ # - name: test
34
+ # run: |
35
+ # cd build
36
+ # ctest --output-on-failure
37
+ # - name: install
38
+ # run: |
39
+ # sudo cmake --install build
40
40
build-windows :
41
41
name : windows-2022-release
42
42
runs-on : windows-2022
43
43
defaults :
44
44
run :
45
- shell : msys2 {0}
45
+ shell : msys2bash {0}
46
46
steps :
47
47
- name : checkout repository
48
48
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments