Commit Graph

27 Commits

Author SHA1 Message Date
oSumAtrIX
9443f6fefb
feat: merge iBotPeaches/Apktool 2022-09-23 04:22:53 +02:00
Connor Tumbleson
484760e72c
build: migrate codeql to different workflow (#2888) 2022-09-20 06:39:51 -04:00
Lucaskyy
ef3edf6b34
ci: remove old build step 2022-06-20 16:40:25 +02:00
Lucaskyy
37470c018d
fix: redo aapt provider implementation 2022-06-11 17:15:38 +02:00
Lucaskyy
eabe844a62
ci: actions is lame (last workflow fix) 2022-05-24 17:33:58 +02:00
Lucaskyy
cc37d44a2e
ci: fix workflow 2022-05-24 17:29:26 +02:00
Lucaskyy
639681160e
ci: improve workflow 2022-05-24 17:09:23 +02:00
Lucaskyy
5cf66de829
ci: delete old versions 2022-05-24 17:03:13 +02:00
Lucaskyy
ac3532219b
ci: fix release 2022-05-24 16:37:29 +02:00
Lucaskyy
65f04ab1f6
ci: create release for apktool-lib 2022-05-24 14:05:15 +02:00
Connor Tumbleson
7e71ad01d1
build: cancel duplicate workflows (#2818) 2022-05-23 07:09:43 -04:00
Connor Tumbleson
d38eceedae
test (aapt/aapt2): ensure ampersand is escaped on android:label (#2802)
* test (aapt/aapt2): ensure ampersand is escaped on android:label

* build (workflow): ensure test changes force ci rebuild
2022-04-24 17:33:11 -04:00
Goooler
7fd91369e8
Optimize CI a bit (#2773)
* Use gradle-build-action on CI

* Bump actions/checkout to v3

* Bump actions/setup-java to v2

* Rearrange & trim blank lines

* Bump actions/upload-artifact to v3

* Test on jdk 17

* Trim blank lines

* Revert test on jdk 17

* Merge duplicated build actions
2022-03-13 07:40:02 -04:00
Connor Tumbleson
8bcab69f25
Merge pull request #2644 from iBotPeaches/detect-valid-aapt-builds
feat: check aapt/aapt binaries for execution and list static nature
2021-09-01 07:23:39 -04:00
Connor Tumbleson
1ce0225c7d fix: add java 15/16 to test suite 2021-08-28 14:25:01 -04:00
Connor Tumbleson
545ba6ae75 fix: remove max-parallel and allow fast fail 2021-08-28 14:25:01 -04:00
Connor Tumbleson
5aba17d81c build: only build master (push) 2021-08-28 14:25:01 -04:00
Goooler
c9d28de8c1 Merge all actions workflows into build.yml 2021-08-26 07:36:17 -04:00
Goooler
7bb6956304
Update github actions & Update gradle (#2628)
* Bump setup-java actions to v2

* Make test action on all branches

* Add dependabot.yml for updating github actions

* Update gradle 7.2

* Revert "Make test action on all branches"

This reverts commit 52758ea249d969f3b94f3ae5d4b5b980103a5cfa.

* Correct jdk

* Revert "Add dependabot.yml for updating github actions"

This reverts commit 7381e8f71c656499e7d0cc70e854b5e4978722d0.

* Run CI after workflows configs changed
2021-08-24 07:59:22 -04:00
Connor Tumbleson
192f9cb627
style: correct name of downloaded asset 2021-06-12 17:31:07 -04:00
Connor Tumbleson
f5885a4763
feat: produce binary per master commit 2021-06-12 17:24:17 -04:00
Connor Tumbleson
3b31189222
build: cache gradle based on java version 2021-05-31 06:54:26 -04:00
Connor Tumbleson
7e73115971
build: support actions on prs or pushes 2021-03-06 06:43:37 -05:00
Connor Tumbleson
b49bd95489
build: only run tests on java/gradle/resource changes (#2453)
* build: only run tests on java/gradle/resource changes

* fix: codeql only runs on java/resource changes
2020-12-01 07:08:32 -05:00
Connor Tumbleson
a2356faf92 build: remove schedule for codeql 2020-12-01 06:41:50 -05:00
Connor Tumbleson
3d92c2a95f build: add codeql 2020-12-01 06:41:50 -05:00
Connor Tumbleson
a2a79404b8
GitHub Action (To retire Travis) (#2401)
* feat: attempt at github action workflow

* build: run on any push/branch (github action)

* fix: drop 32bit and use proper windows variable

* fix: add cache system for gradle

* fix: only pushes (not prs)

* fix: proper windows command

* fix: bye bye travis (thanks for all the fish)

* style: shorten name of lanes

* style: this is jdk, not jvm
2020-09-13 12:28:35 -04:00