forked from xerial/sqlite-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update CI to Github Actions #50
Merged
Merged
Conversation
This file contains 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
* multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * multiarch test * cleanup before PR * revert file * fix action version
…l#660) Co-authored-by: Taro L. Saito <leo@xerial.org>
* detect musl by checking /proc/self/map_files * spotless:apply * Update src/main/java/org/sqlite/util/OSInfo.java Co-authored-by: Roman Parshikov <promansew@gmail.com> * spotless:apply Co-authored-by: Roman Parshikov <promansew@gmail.com>
…enia-update � Conflicts: � Makefile � Makefile.common � README.md � pom.xml � src/main/java/org/sqlite/SQLiteConnection.java � src/main/resources/org/sqlite/native/Linux-Musl/x86_64/libsqlitejdbc.so
Willena
force-pushed
the
migrate_github_action
branch
from
January 9, 2022 18:27
d2e0753
to
0a3c661
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 9, 2022 18:35
3920922
to
20a8c01
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 9, 2022 18:40
e85bfcb
to
b4a913e
Compare
# Conflicts: # .github/workflows/test.yml
Willena
force-pushed
the
migrate_github_action
branch
2 times, most recently
from
January 11, 2022 21:33
afe7f77
to
c186934
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 11, 2022 21:36
c186934
to
ac70768
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 11, 2022 23:51
75c29ba
to
0f89720
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 11, 2022 23:52
0f89720
to
8fcccaa
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 12, 2022 21:26
7c418cf
to
cc5bd99
Compare
Willena
force-pushed
the
migrate_github_action
branch
5 times, most recently
from
January 12, 2022 22:56
76ad5ff
to
ef9ae63
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 12, 2022 23:10
ef9ae63
to
df3ab95
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 15, 2022 14:03
38cc01e
to
42f41e0
Compare
Willena
force-pushed
the
migrate_github_action
branch
from
January 15, 2022 20:07
dd49495
to
bd8b76b
Compare
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.
Travis CI is switched to new pricing plan than might not be suitable for the project. In the same time Github Action seems to be very powerfull.
This PR aims at working on the migration from travis CI to Github Action for building natives and testing the project.