File tree Expand file tree Collapse file tree 3 files changed +0
-38
lines changed Expand file tree Collapse file tree 3 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: linux
2
2
3
3
on : [ push, pull_request ]
4
4
5
- env :
6
- VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
7
-
8
5
jobs :
9
6
linux :
10
7
strategy :
47
44
with :
48
45
submodules : recursive
49
46
fetch-depth : 0
50
- - name : Export GitHub Actions cache environment variables
51
- uses : actions/github-script@v7
52
- with :
53
- script : |
54
- core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
55
- core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
56
- - name : Setup ccache
57
- uses : hendrikmuhs/ccache-action@v1
58
- with :
59
- key : " ${{ github.job }}-${{ matrix.compiler }}-${{ matrix.compiler-version }}"
60
- max-size : " 2G"
61
47
- name : Run vcpkg
62
48
uses : lukka/run-vcpkg@v11
63
49
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: macos
2
2
3
3
on : [ push, pull_request ]
4
4
5
- env :
6
- VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
7
-
8
5
jobs :
9
6
macos-clang :
10
7
strategy :
18
15
with :
19
16
submodules : recursive
20
17
fetch-depth : 0
21
- - name : Export GitHub Actions cache environment variables
22
- uses : actions/github-script@v7
23
- with :
24
- script : |
25
- core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
26
- core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
27
- - name : Setup ccache
28
- uses : hendrikmuhs/ccache-action@v1
29
- with :
30
- key : " ${{ github.job }}-${{ matrix.os }}"
31
- max-size : " 2G"
32
- create-symlink : true
33
18
- name : Run vcpkg
34
19
uses : lukka/run-vcpkg@v11
35
20
- name : Install Conan
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: windows
2
2
3
3
on : [ push, pull_request ]
4
4
5
- env :
6
- VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
7
-
8
5
jobs :
9
6
windows-msvc :
10
7
runs-on : windows-latest
14
11
with :
15
12
submodules : recursive
16
13
fetch-depth : 0
17
- - name : Export GitHub Actions cache environment variables
18
- uses : actions/github-script@v7
19
- with :
20
- script : |
21
- core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
22
- core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
23
14
- uses : ilammy/msvc-dev-cmd@v1
24
15
- uses : lukka/run-vcpkg@v11
25
16
- name : Compile
You can’t perform that action at this time.
0 commit comments