diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4089bdb..4773288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - - test + # - test - ui - build - build-docker @@ -7,15 +7,15 @@ stages: - release -test: - image: "rust:slim-buster" - stage: test - script: - - mkdir dist - - touch dist/index.html - - apt-get update - - apt-get -y install pkg-config - - cargo test +# test: +# image: "rust:slim-buster" +# stage: test +# script: +# - mkdir dist +# - touch dist/index.html +# - apt-get update +# - apt-get -y install pkg-config +# - cargo test build-ui: stage: ui @@ -80,7 +80,7 @@ build-arm-bin: script: - rustup target add armv7-unknown-linux-gnueabihf - apt update - - apt install gcc-arm-linux-gnueabihf + - apt-get -y install gcc-arm-linux-gnueabihf - cd target/armv7-unknown-linux-gnueabihf/release/ - tar -czf ../../../vade-linux-arm.tar.gz vade - cd ../../../