Commit 1b1945d 1 parent 0aa78e4 commit 1b1945d Copy full SHA for 1b1945d
File tree 4 files changed +6
-12
lines changed
4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Linux Build
5
5
6
6
on :
7
7
push :
8
- branches : ["master "]
8
+ branches : ["main "]
9
9
paths :
10
10
- " include/**"
11
11
- " src/**"
17
17
- " CMakeLists.txt"
18
18
- " .github/workflows/linux.yml"
19
19
pull_request :
20
- branches : ["master "]
20
+ branches : ["main "]
21
21
paths :
22
22
- " include/**"
23
23
- " src/**"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Macos Build
5
5
6
6
on :
7
7
push :
8
- branches : ["master "]
8
+ branches : ["main "]
9
9
paths :
10
10
- " include/**"
11
11
- " src/**"
17
17
- " CMakeLists.txt"
18
18
- " .github/workflows/macos.yml"
19
19
pull_request :
20
- branches : ["master "]
20
+ branches : ["main "]
21
21
paths :
22
22
- " include/**"
23
23
- " src/**"
Original file line number Diff line number Diff line change 34
34
fail-fast : false
35
35
36
36
matrix :
37
- preset : [debug]
37
+ preset : [debug, release ]
38
38
# TODO: compiler: [cl, clang-cl]
39
39
compiler : [cl]
40
40
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ endif()
10
10
11
11
list (
12
12
APPEND
13
- x_execution_tests
13
+ execution_tests
14
14
notify.test
15
15
exec-scounting.test
16
16
exec-awaitable.test
94
94
utilities.test
95
95
)
96
96
97
- list (
98
- APPEND
99
- execution_tests
100
- exec-just.test
101
- )
102
-
103
97
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
104
98
105
99
if (NOT DEFINED CMAKE_CXX_STANDARD)
You can’t perform that action at this time.
0 commit comments