Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -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@ref

- name: Build
uses: CMakeFiles/CMakeConfigureLog.yaml@ref
2 changes: 1 addition & 1 deletion src/webpage/api.php → src/webpage/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ function syncFEN() {
</form>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/webpage/index.php → src/webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ function parseFEN($FEN) {
<input type="submit">
</form>
</body>
</html>
</html>