deps.sh 414 B

1234567891011121314151617
  1. # Some debug info
  2. echo "Running on $CI_RUNNER_ID ($CI_RUNNER_DESCRIPTION) with tags $CI_RUNNER_TAGS."
  3. # Packages
  4. apt-get update -qq
  5. apt-get install -y -qq build-essential git libcurl4-openssl-dev libsdl1.2-dev libgc-dev nodejs
  6. gcc -v
  7. export PATH=$(pwd)/bin${PATH:+:$PATH}
  8. # Nimble deps
  9. nim e install_nimble.nims
  10. nim e tests/test_nimscript.nims
  11. nimble update
  12. nimble install zip opengl sdl1 jester@#head niminst