Repeat common apt packages everywhere, since I don't know how to append to the list only
This commit is contained in:
parent
9ec290845a
commit
5d42b3e99f
129
.travis.yml
129
.travis.yml
|
@ -30,6 +30,24 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- qemu
|
- qemu
|
||||||
- qemu-system-x86
|
- qemu-system-x86
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
- env: MODE=qemu-system-arm
|
- env: MODE=qemu-system-arm
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
|
@ -37,26 +55,119 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- qemu
|
- qemu
|
||||||
- qemu-system-arm
|
- qemu-system-arm
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
- env: MODE=virtualbox
|
- env: MODE=virtualbox
|
||||||
sudo: true
|
sudo: true
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
#- virtualbox
|
#- virtualbox
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
- env: MODE=bochs
|
- env: MODE=bochs
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- bochs-sdl
|
- bochs-sdl
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
- env: MODE=gui-sh
|
- env: MODE=gui-sh
|
||||||
sudo: false
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
- env: MODE=dosbox
|
- env: MODE=dosbox
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- dosbox
|
- dosbox
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
- env: MODE=self-test # Ensure that the Makefile works, especially with parallel builds.
|
- env: MODE=self-test # Ensure that the Makefile works, especially with parallel builds.
|
||||||
script: (cd example-os && make -j 10)
|
script: (cd example-os && make -j 10)
|
||||||
sudo: true
|
sudo: true
|
||||||
|
@ -68,6 +179,24 @@ matrix:
|
||||||
- qemu-system-arm
|
- qemu-system-arm
|
||||||
- bochs-sdl
|
- bochs-sdl
|
||||||
- dosbox
|
- dosbox
|
||||||
|
# common:
|
||||||
|
# graphical environment
|
||||||
|
- scrot
|
||||||
|
- fluxbox
|
||||||
|
# automated GUI testing
|
||||||
|
- sikuli-ide
|
||||||
|
# Missing dependencies for sikuli-ide
|
||||||
|
#- libantlr3-runtime-java # on 16.04
|
||||||
|
- antlr3 # on 14.04
|
||||||
|
#- jaffl-java # unavailable on Travis
|
||||||
|
- libjna-java
|
||||||
|
- libcommons-cli-java
|
||||||
|
- libjson-simple-java
|
||||||
|
- libdc1394-22
|
||||||
|
- libdc1394-22-dev
|
||||||
|
- wmctrl
|
||||||
|
# example-os build dependencies:
|
||||||
|
- nasm
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./utils/install-sikulix.sh
|
- ./utils/install-sikulix.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user