From 770ac035375b2206893f9b5131e609c992771393 Mon Sep 17 00:00:00 2001 From: mihail0011 Date: Sat, 3 May 2025 17:14:54 +0400 Subject: [PATCH 1/4] Rename api.php to api.html --- src/webpage/{api.php => api.html} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/webpage/{api.php => api.html} (99%) diff --git a/src/webpage/api.php b/src/webpage/api.html similarity index 99% rename from src/webpage/api.php rename to src/webpage/api.html index 6df83ea..5e9b5a3 100644 --- a/src/webpage/api.php +++ b/src/webpage/api.html @@ -172,4 +172,4 @@ function syncFEN() { - \ No newline at end of file + From 1cfd23cb8f94ee5bb4d49dd4aa62d7200799d663 Mon Sep 17 00:00:00 2001 From: mihail0011 Date: Sat, 3 May 2025 17:26:46 +0400 Subject: [PATCH 2/4] Rename index.php to index.html --- src/webpage/{index.php => index.html} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/webpage/{index.php => index.html} (99%) diff --git a/src/webpage/index.php b/src/webpage/index.html similarity index 99% rename from src/webpage/index.php rename to src/webpage/index.html index 60ef68a..a6c27f3 100644 --- a/src/webpage/index.php +++ b/src/webpage/index.html @@ -84,4 +84,4 @@ function parseFEN($FEN) { - \ No newline at end of file + From bf54c40b3b8b6ddbd9f13f452c8dc8e99cacf354 Mon Sep 17 00:00:00 2001 From: mihail0011 Date: Tue, 23 Sep 2025 19:15:35 +0400 Subject: [PATCH 3/4] Create msbuild.yml --- .github/workflows/msbuild.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/msbuild.yml diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml new file mode 100644 index 0000000..4bf5f07 --- /dev/null +++ b/.github/workflows/msbuild.yml @@ -0,0 +1,26 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Build and Run + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +permissions: + contents: read + +jobs: + build_and_run: + runs-on: Chess-For-All/stockfish-api + + steps: + - name: Make files + uses: Chess-For-All/stockfish-api/CMakeLists.txt + + - name: Build + uses: CMakeFiles/CMakeConfigureLog.yaml From ffa484a64220fc8580803f9875c9c7f969deeaea Mon Sep 17 00:00:00 2001 From: mihail0011 Date: Wed, 24 Sep 2025 18:13:27 +0400 Subject: [PATCH 4/4] Update msbuild.yml --- .github/workflows/msbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 4bf5f07..6ab3541 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Make files - uses: Chess-For-All/stockfish-api/CMakeLists.txt + uses: Chess-For-All/stockfish-api/CMakeLists.txt@ref - name: Build - uses: CMakeFiles/CMakeConfigureLog.yaml + uses: CMakeFiles/CMakeConfigureLog.yaml@ref