xmosdfu now compiles to bin/; Add more compile tests to Jenkinsfile

This commit is contained in:
Oscar Bailey
2020-10-27 11:28:55 +00:00
parent bf40fee271
commit b85cb85205
6 changed files with 46 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
all:
g++ -Wall -g -o xmosdfu xmosdfu.cpp -Ilibusb/Linux32 -lusb-1.0
mkdir -p bin
g++ -Wall -g -o bin/xmosdfu xmosdfu.cpp -Ilibusb/Linux32 -lusb-1.0