From 2e7548874b52ed7973389340ad1e5ff3aaec4a2d Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 25 Oct 2020 10:22:37 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c4b032..e20962e 100644 --- a/README.md +++ b/README.md @@ -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
+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 ```git clone https://git.siwatsystem.com/siwat/ise-comprog-after-midterm'``` \ No newline at end of file From 574ea5ce9a1b0637a53c64eee5712a67816dc966 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 25 Oct 2020 10:28:37 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e20962e..2e66691 100644 --- a/README.md +++ b/README.md @@ -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
+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 Java Files and click each file to open it with the WebIDE
If you have a desktop git client you can run ```git clone https://git.siwatsystem.com/siwat/ise-comprog-after-midterm'``` \ No newline at end of file From 72c471bd1bde716961c5675b25f006f27ed4e7d4 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 25 Oct 2020 10:53:25 +0000 Subject: [PATCH 3/3] add ide config --- .gitlab/.gitlab-webide.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab/.gitlab-webide.yml diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000..9cf18ee --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -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 \ No newline at end of file