Skip to content

Instantly share code, notes, and snippets.

@directhex
Created June 12, 2015 09:14
Show Gist options
  • Save directhex/93ae9a49c19ce8efdc07 to your computer and use it in GitHub Desktop.
Save directhex/93ae9a49c19ce8efdc07 to your computer and use it in GitHub Desktop.
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