Skip to content

Executable for generating an initial population of neural nets #18

Executable for generating an initial population of neural nets

Executable for generating an initial population of neural nets #18

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-engine:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: cd engine && make enginetest
test-engine:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: cd engine && make test