mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
forget then ...orz
This commit is contained in:
parent
7c3c76550b
commit
aa994af5ef
|
|
@ -63,5 +63,5 @@ script:
|
|||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "cross" ]; then CC=$XCC ./configure ${PREFIX} ${HOST};make; fi
|
||||
- if [ x$TRAVIS_TAG != x ] && [ "$METHOD" = "cross" ]; then lcab -q src/ros.exe src/lisp/* ros-$XCC.cab; fi
|
||||
- if [ x$TRAVIS_TAG != x ] && [ "$METHOD" = "cross" ]; then ros ./scripts/release.ros github ros-$XCC.cab; fi
|
||||
- if [ "$METHOD" = "valgrind" ]; ros setup; fi
|
||||
- if [ "$METHOD" = "valgrind" ]; valgrind --leak-check=yes ros config; fi
|
||||
- if [ "$METHOD" = "valgrind" ]; then ros setup; fi
|
||||
- if [ "$METHOD" = "valgrind" ]; then valgrind --leak-check=yes ros config; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue