mirror of
https://github.com/patrickbr/simpleefa
synced 2025-02-22 14:23:58 +01:00
4 lines
161 B
YAML
4 lines
161 B
YAML
language: java
|
|
install: sudo apt-get -qq update && sudo apt-get install tomcat7 && export CLASSPATH=/usr/share/tomcat7/lib/servlet-api.jar
|
|
script:
|
|
ant build
|