Skip to content
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

Github Workflow Actions setup #993

Merged
merged 27 commits into from
Nov 26, 2020
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
03727f2
Added github actions workflow
lefou May 26, 2020
192a087
Added publish workflow/job
lefou Sep 19, 2020
48877a0
Try to fix GH Actions build
lefou Sep 19, 2020
291c701
Better job name
lefou Sep 19, 2020
f1b46fc
Exclude test run known to have issues with Java 11
lefou Sep 20, 2020
fec72df
Excluded another Java 11 compile issue
lefou Sep 20, 2020
5eb7978
Install libunwind8-dev for scala-native tests
lefou Sep 21, 2020
512e858
Added sudo to apt-get command
lefou Sep 21, 2020
c293385
Added optional re2 lib to fix another native build issue
lefou Sep 21, 2020
69b8ff7
Always install scala-native deps
lefou Sep 21, 2020
0b64fd5
Check if publish workflow would work this way
lefou Sep 21, 2020
ac9ea53
Revert "Check if publish workflow would work this way"
lefou Sep 21, 2020
4bee110
Added experimental windows build setup
lefou Sep 21, 2020
78b7dde
Added mill.bat
lefou Sep 21, 2020
29a2788
Use cmd to run mill
lefou Sep 21, 2020
7304f57
naive attempt to fix download path for mill
lefou Sep 21, 2020
497b929
Updated mill.bat to support snapshot versions
lefou Oct 7, 2020
7d775ca
Skip docjar releated errors on Win+Java11 for now
lefou Oct 7, 2020
390cf50
Merged separate publish workflow into build.yml
lefou Oct 28, 2020
423f409
Moved mill.bat into ci dir
lefou Oct 28, 2020
a762351
Use cmd to execute command with env variable
lefou Oct 28, 2020
3962088
Merge branch 'master' into gh-wf
lefou Nov 24, 2020
a701e18
Merged github action scripts
lefou Nov 24, 2020
7cbc916
Merge branch 'master' into gh-wf
lefou Nov 25, 2020
4618480
First publish to sonatype, then to github and site
lefou Nov 25, 2020
22f9c30
Renamed jobs
lefou Nov 25, 2020
196d36b
Fixed publish scripts
lefou Nov 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Check if publish workflow would work this way
lefou committed Nov 3, 2020
commit 0b64fd5f2cbfca32211754c5af5ac3342d2195df
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ on:

jobs:
publish:
if: github.repository == 'lihaoyi/mill'
needs: build

strategy:
@@ -26,3 +25,5 @@ jobs:
java-version: 1.8

- run: ${{ matrix.buildcmd }}
if: github.repository == 'lihaoyi/mill'