This repository has been archived on 2026-01-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ptp/.travis.yml
2019-02-01 22:49:54 -07:00

26 lines
505 B
YAML

language: java
install: true
sudo: false
addons:
apt:
packages:
- oracle-java8-installer
before_install:
- chmod +x pandamonium-theorem-prover/gradlew
stages:
- name: build
- name: unitTest
- name: integrationTest
jobs:
include:
- stage: build
script: ./pandamonium-theorem-prover/gradlew build
- stage: unitTest
script: ./pandamonium-theorem-prover/gradlew test
- stage: integrationTest
script: ./pandamonium-theorem-prover/gradlew integrationTest