Skip to content

Commit

Permalink
WIP 1.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jan 26, 2019
1 parent 9ecd0c0 commit 04a1580
Show file tree
Hide file tree
Showing 27 changed files with 719 additions and 305 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
/.gradle
/.idea
/out
/local.properties
Thumbs.db
*.iws
*.ipr
Expand Down
18 changes: 13 additions & 5 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ matrix:
env:
KBUILD=linux
JAVA_OPTS=-Xmx2g
before_install:
- sudo apt-get install -y freeglut3-dev libopenal-dev
script:
- ./gradlew -s -i check build
- os: linux
Expand All @@ -16,10 +14,8 @@ matrix:
env:
KBUILD=chrome
JAVA_OPTS=-Xmx2g
before_install:
- sudo apt-get install -y freeglut3-dev libopenal-dev
script:
- ./gradlew -s -i jsTestChrome
- ./gradlew -s -i jsTestChrome
- os: windows
env: KBUILD=windows
language: shell # java is not supported but jdk is installed
Expand All @@ -35,4 +31,16 @@ matrix:
- cp $(/usr/libexec/java_home)/lib/security/cacerts "${JAVA_HOME}/lib/security/cacerts"
script:
- ./gradlew -s -i check build
- os: linux
language: android
android:
components:
- build-tools-28.0.3
- android-28
jdk: oraclejdk8
env:
KBUILD=android
JAVA_OPTS=-Xmx2g
script:
- ./gradlew -s -i check build

0 comments on commit 04a1580

Please sign in to comment.