Set up CI with Azure Pipelines#903
Merged
SamCarlberg merged 1 commit intoWPIRoboticsProjects:masterfrom Jan 14, 2019
Merged
Conversation
Rename native installers to an understandable format Upgrade Gradle to 4.10.2
SamCarlberg
commented
Jan 13, 2019
| } | ||
| mainClassName = jfx.mainClass | ||
|
|
||
| tasks.withType(de.dynamicfiles.projects.gradle.plugins.javafx.tasks.JfxNativeTask) { |
Member
Author
There was a problem hiding this comment.
This isn't great, but it works and I don't want to put too much effort into it since it'll need to be rewritten for the Gradle 5 upgrade
ThadHouse
approved these changes
Jan 13, 2019
AustinShalit
approved these changes
Jan 14, 2019
Member
|
@SamCarlberg How do you want to handle releases which used to be completely executed through and uploaded by Travis CI? |
Member
Author
|
Using Azure releases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The pipeline is configured to use Linux, 32- and 64-bit Windows, and macOS.
Code generation tests will run on mac and both Windows platforms, but not Linux
Native installer packages are generated and published as build artifacts
Preview at https://dev.azure.com/SamCarlberg/GRIP/_build
Upgrade Gradle to 4.10.2 to allow use of the
-Dorg.gradle.java.homeproperty on the LinuxNote: conflicts with #900 due to some changes to the build script
An Azure pipeline for this project will be created after this PR is merged. This will replace the Travis and Appveyor integrations