update gitlab CI
This commit is contained in:
parent
92f6477e00
commit
9d2d385af6
@ -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 .."
|
||||
|
Reference in New Issue
Block a user