Merge branch 'master' of https://git.siwatsystem.com/siwat/ise-comprog-after-midterm
This commit is contained in:
commit
9056f1b157
|
@ -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
|
|
@ -1,6 +1,6 @@
|
||||||
# ISE ComProg After Midterm
|
# ISE ComProg After Midterm
|
||||||
New release will be commited every tuesday before 4PM
|
New release will be commited every tuesday before 4PM <br/>
|
||||||
The built-in IDE should get you a basic idea of the code.
|
The built-in IDE should get you a basic idea of the code. <br/>
|
||||||
Click on the respective folder for each week then click JavaFiles and click each file to open it with the WebIDE
|
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
|
If you have a desktop git client you can run
|
||||||
```git clone https://git.siwatsystem.com/siwat/ise-comprog-after-midterm'```
|
```git clone https://git.siwatsystem.com/siwat/ise-comprog-after-midterm'```
|
Loading…
Reference in New Issue