Fix for failing builds

This commit is contained in:
apathy
2016-07-26 20:00:34 -07:00
parent 8be5eafe41
commit 592f503094
+1
View File
@@ -4,6 +4,7 @@ language: cpp
compiler:
- gcc
script:
- git clone [email protected]:swgathrawn/udplibrary.git externals/udplibrary
- mkdir build
- cd build
- cmake .. && make