File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : ' default'
2424 install_packages : valgrind
2525 test : test-memory
26+
2627 - name : ' clang sanitizers'
2728 install_packages : clang
2829 test : test
3132 LDFLAGS : -fsanitize=address,undefined,signed-integer-overflow -g
3233
3334 steps :
34- - uses : actions/checkout@v5
35- with :
36- persist-credentials : false
37-
38- - name : ' install libcurl'
35+ - name : ' install prereqs'
3936 env :
4037 MATRIX_PACKAGES : ${{ matrix.build.install_packages }}
4138 run : |
4542 sudo apt-get -o Dpkg::Use-Pty=0 install \
4643 libcurl4-openssl-dev ${MATRIX_PACKAGES}
4744
45+ - uses : actions/checkout@v5
46+ with :
47+ persist-credentials : false
48+
4849 - name : ' checksrc'
4950 run : make checksrc
5051
6869 runs-on : windows-2022
6970
7071 steps :
71- - name : ' install cygwin'
72- uses : cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
72+ - uses : cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
7373 with :
7474 site : https://mirrors.kernel.org/sourceware/cygwin/
7575 work-vol : ' D:'
8080 persist-credentials : false
8181
8282 - name : ' make'
83- run : |
84- uname -a
85- cc --version
86- which cc
87- make
83+ run : make
8884
8985 - name : ' sanity test'
9086 run : ./trurl -v
You can’t perform that action at this time.
0 commit comments