Skip to content

Commit e05048c

Browse files
authored
Switch to Nix, GitHub Actions (#49)
1 parent 148027b commit e05048c

File tree

102 files changed

+100
-6209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+100
-6209
lines changed

.circleci/config.yml

-154
This file was deleted.

.github/workflows/test.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Build"
2+
on:
3+
pull_request:
4+
push:
5+
jobs:
6+
tests:
7+
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
ocamlVersion: [406, 407, 408, 409]
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: cachix/install-nix-action@v6
14+
- uses: cachix/cachix-action@v3
15+
with:
16+
name: anmonteiro
17+
file: nix/ci/${{ matrix.ocamlVersion }}.nix
18+
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
19+

esy.json

-47
This file was deleted.

esy.lock/.gitattributes

-3
This file was deleted.

esy.lock/.gitignore

-3
This file was deleted.

0 commit comments

Comments
 (0)