This repository was archived by the owner on Nov 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 test :
14- name : ${{matrix.build.name}} on ${{ matrix.build.os }}
14+ name : ${{matrix.build.name}}
1515 runs-on : ${{ matrix.build.os }}
1616 env :
1717 CARGO_BUILD_TARGET : ${{ matrix.build.target }}
3838 cxx : clang++-9
3939 ld : ld.lld-9
4040 cargoflags : --features="generate-bindings,onig"
41- name : -fsanitize=address
41+ name : asan
4242 run : CXXFLAGS="-fsanitize=address" make clean test
4343
4444 - os : ubuntu-latest
4747 cxx : clang++-9
4848 ld : ld.lld-9
4949 cargoflags : --features="generate-bindings,onig"
50- name : test
50+ name : test on linux
5151 run : make clean test
5252
5353 - os : macos-latest
5656 cxx : clang++
5757 ld : ld
5858 cargoflags : --features="generate-bindings,onig"
59- name : test
59+ name : test on mac
6060 run : make clean test
6161
6262 - os : windows-latest
6565 cxx : cl.exe
6666 ld : link.exe
6767 cargoflags : " "
68- name : test
68+ name : test on windows
6969 run : make clean test
7070
7171 steps :
9090 - name : checkout
9191 uses : actions/checkout@v2
9292
93- - name : build rust object
94- shell : bash
95- run : |
96- make setup
97- make rust-object
98-
9993 - name : install valgrind
10094 if : runner.os == 'Linux'
10195 run : |
You can’t perform that action at this time.
0 commit comments