File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ provisioners:
48
48
- packer-scripts/freebsd-update
49
49
- packer-scripts/pre-chef-bootstrap-bsd
50
50
- packer-scripts/clone-travis-cookbooks-bsd
51
+ - packer-scripts/freebsd-install-pkgs
51
52
- packer-scripts/freebsd-cleanup
52
53
environment_vars :
53
54
- TRAVIS_COOKBOOKS_BRANCH={{ user `travis_cookbooks_branch` }}
Original file line number Diff line number Diff line change
1
+ #! /bin/csh -xe
2
+
3
+ pkg install -y bash
4
+ pkg install -y gcc10-devel cmake gmake gnulib autoconf automake ccache
5
+
6
+ ln -s /usr/local/bin/gcc10 /usr/local/bin/gcc
7
+ ln -s /usr/local/bin/g++10 /usr/local/bin/g++
8
+
9
+ pkg install -y openjdk8
10
+ pkg install -y openjdk11
11
+ pkg install -y openjdk12
12
+ pkg install -y openjdk13
13
+ pkg install -y maven
14
+ pkg install -y gradle
15
+ pkg install -y apache-ant
You can’t perform that action at this time.
0 commit comments