Advertisement
beqa1923

Untitled

Aug 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. image: "aQua"
  2.  
  3. before_script:
  4. - sudo dnf install -y libwebsockets-devel json-c-devel gcc-c++
  5.  
  6. variables:
  7. LD_LIBRARY_PATH: "/usr/lib:/usr/lib64:/usr/local/lib"
  8.  
  9. build-pix:
  10. stage: build
  11. tags:
  12. - portainer
  13.  
  14. script:
  15. - ./native-debug-build.sh
  16. artifacts:
  17. paths:
  18. - build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement