update gitlab CI

This commit is contained in:
nullifiedcat 2018-06-08 17:41:34 +03:00
parent 92f6477e00
commit 9d2d385af6

View File

@ -6,7 +6,4 @@ build:
before_script:
- "git submodule update --init --recursive"
script:
- "cd libglez;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .."
- "cd libxoverlay;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .."
- "cd simple-ipc;mkdir build;cd build;cmake ..;make;make install;cd ..;cd .."
- "mkdir build; cd build; cmake ..; make; cd .."