mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
OSX build seems to work. Does the linux build still work?
This commit is contained in:
parent
86420e64c8
commit
2fd0af0d71
26
.travis.yml
26
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user