mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
CI: Update usage of rebaseall on cygwin
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ build_script:
|
||||
- c:\cygwin-root\bin\sh -lc "znc --version"
|
||||
# fix fork()
|
||||
- c:\cygwin-root\bin\sh -lc "find /usr/local/lib/znc -iname '*.dll' -o -iname '*.so' | tee /tmp/files-to-rebase"
|
||||
- c:\cygwin-root\bin\sh -lc "rebaseall -v -T /tmp/files-to-rebase"
|
||||
- c:\cygwin-root\bin\sh -lc "rebase -s -v $(cat /tmp/files-to-rebase)"
|
||||
test_script:
|
||||
- c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; make VERBOSE=1 unittest < /dev/null"
|
||||
- c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; make VERBOSE=1 inttest < /dev/null"
|
||||
|
||||
Reference in New Issue
Block a user