Skip to content

Commit

Permalink
Update 1.2
Browse files Browse the repository at this point in the history
Update 1.2
  • Loading branch information
Oscar-Gavira committed Jul 29, 2023
1 parent a63e2e3 commit 0fa7592
Show file tree
Hide file tree
Showing 113 changed files with 8,344 additions and 36,952 deletions.
49 changes: 49 additions & 0 deletions .github/workflows/coiled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: build

on:
push:

workflow_dispatch:

jobs:
Ubuntu64:
runs-on: ubuntu-latest

strategy:
matrix:
target: [all]
parametre: [native]
compiler: [gcc, clang]

steps:
- uses: actions/checkout@v2
- name: Create build x64
run: |
cd src
make ${{ matrix.target }} CPU=${{ matrix.parametre }} CC=${{ matrix.compiler }}
Windows:
runs-on: windows-latest

strategy:
matrix:
target: [all]
parametre: [native]
compiler: [gcc]

steps:
- uses: actions/checkout@v2
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: mingw-w64-x86_64-gcc make git

- name: Add compiler to $PATH env
shell: bash
run: echo "PATH=$PATH:/c/msys64/mingw64/bin" >> $GITHUB_ENV

- name: Create build x64
shell: msys2 {0}
run: |
cd src
make ${{ matrix.target }} CPU=${{ matrix.parametre }} CC=${{ matrix.compiler }}
192 changes: 103 additions & 89 deletions README.md

Large diffs are not rendered by default.

544 changes: 544 additions & 0 deletions UCI.md

Large diffs are not rendered by default.

Binary file removed src/Book.db
Binary file not shown.
Binary file removed src/Coiled.jpg
Binary file not shown.
38 changes: 0 additions & 38 deletions src/Coiled_Windows_x64.cbp

This file was deleted.

38 changes: 0 additions & 38 deletions src/Coiled_Windows_x86.cbp

This file was deleted.

Loading

0 comments on commit 0fa7592

Please sign in to comment.