-
-
Save saper/aaef9659e288ca1b2e62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CFLAGS=-ggdb3 | |
| PATH=/opt/mono/bin/:$PATH | |
| ./autogen.sh #--enable-werror | |
| make -w | |
| (cd mcs && make -w test) # build tests separately, so we can catch compilation errors that would be ignored in the next step | |
| make -k -w check CI=1 V=1 TEST_HARNESS_VERBOSE=1 || true | |
| rm -r /tmp/jenkins-temp-aspnet* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment