add ide config

This commit is contained in:
Siwat Sirichai 2020-10-25 10:53:25 +00:00
parent 574ea5ce9a
commit 72c471bd1b
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
terminal:
# This can be any image that has the necessary runtime environment for your project.
image: ubuntu:latest
before_script:
- apt-get update
script: sleep 60