Last change
on this file since 25dd9c9 was
0657b10,
checked in by Ubuntu <ubuntu@…>, 8 years ago
|
Updates to Vagrant files for allowing AJJ to test docs build
|
-
Property mode set to
100644
|
File size:
722 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | sed -i 's,http://us.archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirrors.txt,' /etc/apt/sources.list |
---|
4 | apt-get update |
---|
5 | |
---|
6 | apt-get install -y xvfb git python-pip pkg-config libfreetype6-dev libpng-dev python-dev python-wxtools pylint python-matplotlib python-numpy python-sphinx python-xmlrunner python-pisa python-setuptools python-scipy python-pyparsing python-html5lib python-reportlab python-lxml python-pil |
---|
7 | pip install bumps comtypes periodictable |
---|
8 | |
---|
9 | cat >> ~/.bashrc <<EOF |
---|
10 | export LANG=en_US.UTF-8 |
---|
11 | export LC_ALL=en_US.UTF-8 |
---|
12 | export LC_CTYPE=en_US.UTF-8 |
---|
13 | sasview-compile() { |
---|
14 | cd /vagrant |
---|
15 | sh ./build_tools/jenkins_linux_build.sh |
---|
16 | } |
---|
17 | sasview-test() { |
---|
18 | cd /vagrant |
---|
19 | sh ./build_tools/jenkins_linux_test.sh |
---|
20 | } |
---|
21 | EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.