Ver código fonte

Install new dep in CI env

Lily Carpenter 8 anos atrás
pai
commit
792206122e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,6 +1,6 @@
1 1
 before_script:
2 2
   - apt-get update -y
3
-  - apt-get install -y rsync
3
+  - apt-get install -y rsync libfixposix-dev
4 4
   - PATH=${HOME}/.roswell/bin:$PATH
5 5
   - ROSWELL_INSTALL_DIR=${HOME}/.roswell
6 6
   - curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh