This commit is contained in:
Siwat Sirichai 2020-10-26 22:13:05 +07:00
commit 9056f1b157
2 changed files with 10 additions and 4 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

View File

@ -1,6 +1,6 @@
# ISE ComProg After Midterm
New release will be commited every tuesday before 4PM
The built-in IDE should get you a basic idea of the code.
Click on the respective folder for each week then click JavaFiles and click each file to open it with the WebIDE
If you have a desktop git client you can run
New release will be commited every tuesday before 4PM <br/>
The built-in IDE should get you a basic idea of the code. <br/>
Click on the respective folder for each week then click Java Files and click each file to open it with the WebIDE <br/>
If you have a desktop git client you can run
```git clone https://git.siwatsystem.com/siwat/ise-comprog-after-midterm'```