File tree 1 file changed +8
-39
lines changed 1 file changed +8
-39
lines changed Original file line number Diff line number Diff line change 1
1
name : macos-latest
2
2
3
- on :
3
+ ' on ' :
4
4
push :
5
- branches : [ master ]
5
+ branches :
6
+ - master
6
7
pull_request :
7
- branches : [ master ]
8
+ branches :
9
+ - master
8
10
9
11
jobs :
10
- appleclang-minimum :
11
- name : appleclang-10.0.1
12
- runs-on : macos-latest
13
- env :
14
- DEVELOPER_DIR : /Applications/Xcode_10.3.app/Contents/Developer
15
-
16
- steps :
17
- - uses : actions/checkout@v2
18
- - name : submodules
19
- run : git submodule update --init --recursive
20
- - name : dependencies
21
- run : |
22
- brew install boost
23
- curl -O https://www.cryptopp.com/cryptopp820.zip
24
- unzip cryptopp820.zip -d cryptopp820
25
- make -C cryptopp820 shared all
26
- make -C cryptopp820 install
27
- - name : cmake
28
- run : cmake -B build -DCMAKE_BUILD_TYPE=Debug
29
- - name : build
30
- run : cmake --build build
31
- - name : test
32
- run : ./build/tests/tests
33
- - name : examples
34
- run : |
35
- make install -C build
36
- cd examples
37
- cmake -B build
38
- make -C build
39
- ./build/create_simple_packet
40
- ./build/encoding_and_decoding
41
- ./build/key_from_raw_data
42
-
43
12
appleclang-latest :
44
- name : appleclang-11 .0.3
45
- runs-on : macos-latest
13
+ name : appleclang-13 .0.0
14
+ runs-on : macos-11
46
15
47
16
steps :
48
17
- uses : actions/checkout@v2
49
18
- name : submodules
50
19
run : git submodule update --init --recursive
51
20
- name : dependencies
52
- run : |
21
+ run : |
53
22
brew install boost
54
23
curl -O https://www.cryptopp.com/cryptopp820.zip
55
24
unzip cryptopp820.zip -d cryptopp820
You can’t perform that action at this time.
0 commit comments