add newest gawk to ubuntu provisioning

This commit is contained in:
Jorge Morante 2017-04-09 13:23:56 +02:00
parent 4ff20ddcb5
commit 90faa45f99
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@ dependencies:
- if [[ ! -e tmux-2.2 ]]; then sudo bash ./test/provisioning/ubuntu.sh; fi
- sudo mkdir -p /home/vagrant/ && sudo chmod a+w /home/vagrant && ln -s $(pwd) /home/vagrant/shared
- tmux -V
- gawk -W version
- bash --version
test:
override:
- ./test/run.sh within-vm

View File

@ -2,6 +2,7 @@
apt-get remove -y tmux
apt-get install -y libevent-dev libncurses5-dev expect fish
apt-get install -y gawk
useradd -m -p "$(perl -e "print crypt('fishman','sa');")" -s "/usr/bin/fish" fishman