Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horis ci #41

Merged
merged 17 commits into from
Oct 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added Travis CI config.
  • Loading branch information
VDovidaytis-HORIS committed Oct 10, 2019
commit b02a86abb743b397a773f286a4d28217a72591e0
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: java

os: linux
dist: bionic
jdk: oraclejdk8

branches:
only:
- horis-ci

before_install:
- sudo apt install -y python3-dev

install: true

env: ORG_GRADLE_PROJECT_python_include_path=/usr/include/python3.6m

script: ./gradlew build