Skip to content

WIP docker

WIP docker #1

Workflow file for this run

name: Docker CI
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build-coq:
runs-on: ubuntu-latest
container: coqorg/base:4.14.2-flambda
# - 'coqorg/coq:dev'
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
repository: roux01/coq
ref: split_stdlib
- name: Build
run: "make dunestrap"
run: "dune build -p coq-core,coq-stdlib @install"

Check failure on line 24 in .github/workflows/docker-action.yml

View workflow run for this annotation

GitHub Actions / Docker CI

Invalid workflow file

The workflow is not valid. .github/workflows/docker-action.yml (Line: 24, Col: 7): 'run' is already defined .github/workflows/docker-action.yml (Line: 25, Col: 7): 'run' is already defined
run: "dune install coq-core coq-stdlib"
build-coqutil:
needs:
- build-stdlib
runs-on: ubuntu-latest
container: coqorg/base:4.14.2-flambda
# - 'coqorg/coq:dev'
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
repository: mit-plv/fiat-crypto
ref: master
submodules: recursive
- name: Build
run: "ls"