Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
Add TravisCI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Apr 10, 2017
1 parent b5298a2 commit aa097e8
Show file tree
Hide file tree
Showing 5 changed files with 366 additions and 339 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ simulator-ui/commandhistory.dat
simulator-ui/quick/*

simulator-ui/python/timeview/layout.db.bak

simulator-ui/delimited_file_exporter_test.txt
34 changes: 34 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: java
sudo: false
addons:
apt:
packages:
- lib32ncurses5
- lib32z1

env:
global:
- DIST="false"


matrix:
include:
- jdk: openjdk6
- jdk: openjdk7
- jdk: oraclejdk7
- jdk: oraclejdk8

script:
- cd simulator-ui
- ant clean
- ant dist
- cd ..

deploy:
provider: releases
api_key: "$GH_TOKEN"
file: "nengo-latest.zip"
skip_cleanup: true
on:
jdk: oraclejdk7
tags: true
18 changes: 0 additions & 18 deletions rebuild_nengo_current.sh

This file was deleted.

Loading

0 comments on commit aa097e8

Please sign in to comment.