Skip to content

Instantly share code, notes, and snippets.

@pedrotoliveira
Created April 16, 2020 02:37
Show Gist options
  • Save pedrotoliveira/ec7dae44f11a700a2b1d00f7c146ed49 to your computer and use it in GitHub Desktop.
Save pedrotoliveira/ec7dae44f11a700a2b1d00f7c146ed49 to your computer and use it in GitHub Desktop.
language: java
sudo: required
dist: trusty
before_install:
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy main' > /etc/apt/sources.list.d/mono-xamarin.list"
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main' >> /etc/apt/sources.list.d/mono-xamarin.list"
- sudo apt-get -qq update
- sudo apt-get install --force-yes mono-devel
jdk:
- openjdk8
- openjdk11
script:
- mvn clean verify -Dmaven.javadoc.skip=true
notifications:
email:
recipients:
- [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment