OSX build seems to work. Does the linux build still work?

This commit is contained in:
Benjamin Summers 2019-12-11 21:07:05 -08:00
parent 86420e64c8
commit 2fd0af0d71

View File

@ -2,21 +2,21 @@
jobs:
include:
# - os: linux
# language: nix
# nix: 2.1.3
# install:
# - nix-env -iA cachix -f https://cachix.org/api/v1/install
- os: linux
language: nix
nix: 2.1.3
install:
- nix-env -iA cachix -f https://cachix.org/api/v1/install
# script:
# - cachix use urbit2
# - ./sh/cachix
# - make build-fast
# - make release
# - sh/ci-tests
script:
- cachix use urbit2
- ./sh/cachix
- make build-fast
- make release
- sh/ci-tests
# before_install:
# - git lfs pull
before_install:
- git lfs pull
- os: osx
language: generic