mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Apparently Travis doesn't even like the config file produced by the online validator...wtf?
This commit is contained in:
parent
f12cb6b046
commit
cf11c3f64e
15
.travis.yml
15
.travis.yml
@ -63,8 +63,19 @@
|
|||||||
"pushd sleuthkit/sleuthkit && ./travis_install_libs.sh && popd"
|
"pushd sleuthkit/sleuthkit && ./travis_install_libs.sh && popd"
|
||||||
],
|
],
|
||||||
"before_script": [
|
"before_script": [
|
||||||
"if [ $TRAVIS_OS_NAME = linux ]; then wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add - echo \"deb [arch=amd64] https://apt.bell-sw.com/ stable main\" | sudo tee /etc/apt/sources.list.d/bellsoft.list sudo apt-get update sudo apt-get install bellsoft-java11-full export JAVA_HOME=/usr/lib/jvm/bellsoft-java11-full-amd64 fi",
|
"if [ $TRAVIS_OS_NAME = linux ]; then
|
||||||
"if [ $TRAVIS_OS_NAME = osx ]; then brew uninstall java --force; brew cask uninstall java --force; brew tap bell-sw/liberica; brew cask install liberica-jdk11-full; fi",
|
wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -;
|
||||||
|
echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list;
|
||||||
|
sudo apt-get update;
|
||||||
|
sudo apt-get install bellsoft-java11-full;
|
||||||
|
export JAVA_HOME=/usr/lib/jvm/bellsoft-java11-full-amd64;
|
||||||
|
fi",
|
||||||
|
"if [ $TRAVIS_OS_NAME = osx ]; then
|
||||||
|
brew uninstall java --force;
|
||||||
|
brew cask uninstall java --force;
|
||||||
|
brew tap bell-sw/liberica;
|
||||||
|
brew cask install liberica-jdk11-full;
|
||||||
|
fi",
|
||||||
"java -version"
|
"java -version"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user