Update .gitlab-ci.yml file

This commit is contained in:
2021-07-31 01:01:54 +00:00
parent 0d09e4622c
commit aaf976c613

View File

@@ -18,16 +18,19 @@ build:
# - apt update && apt -y install make autoconf # - apt update && apt -y install make autoconf
before_script: before_script:
- apt update - apt update
- apt -y install make scons pkg-config libx11-dev libxcursor-dev xvfb libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev yasm - apt -y install make scons pkg-config libx11-dev libxcursor-dev xvfb libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev yasm git
- git submodule update --init
script: script:
- make - make
artifacts: artifacts:
paths: paths:
- godot/bin/godot.x11.opt.tools.64 - godot/bin/godot.x11.opt.tools.64
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache: cache:
# paths: paths:
# - "*.o" - "*.o"
- "*.a"
- "godot/editor/libeditor.x11.opt.tools.64.a"
# run tests using the binary built before # run tests using the binary built before
#test: #test: