mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
travis
This commit is contained in:
8
scripts/travis-linux.sh
Normal file
8
scripts/travis-linux.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
apt-get update
|
||||
apt-get install -y liblxc1 lxc-dev lxc shellcheck
|
||||
apt-get install -y qemu
|
||||
bash ./scripts/travis-rkt.sh
|
||||
bash ./scripts/travis-consul.sh
|
||||
bash ./scripts/travis-vault.sh
|
||||
5
scripts/travis-mac.sh
Executable file
5
scripts/travis-mac.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
brew upgrade golang
|
||||
bash ./scripts/travis-consul.sh
|
||||
bash ./scripts/travis-vault.sh
|
||||
Reference in New Issue
Block a user