José Eduardo Montenegro Cavalcanti de Oliveira
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
.travis.yml
|
|
@@ -15,21 +15,18 @@ jobs: |
|
|
|
# linux with macOS cross-compilation |
|
|
|
- os: linux |
|
|
|
compiler: gcc |
|
|
|
dist: trusty |
|
|
|
env: |
|
|
|
- TARGET="macos" |
|
|
|
|
|
|
|
# linux with win32 cross-compilation |
|
|
|
- os: linux |
|
|
|
compiler: gcc |
|
|
|
dist: trusty |
|
|
|
env: |
|
|
|
- TARGET="win32" |
|
|
|
|
|
|
|
# linux with win64 cross-compilation |
|
|
|
- os: linux |
|
|
|
compiler: gcc |
|
|
|
dist: trusty |
|
|
|
env: |
|
|
|
- TARGET="win64" |
|
|
|
|
|
|
|