add ide config
This commit is contained in:
parent
574ea5ce9a
commit
72c471bd1b
|
@ -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
|
Loading…
Reference in New Issue