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

Port main CI from Azure Pipelines to GitHub Actions #3978

Merged
merged 29 commits into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e19b994
GH Actions test wrt. composable local actions
kinke May 7, 2022
359eeb1
TEMP: disable other GH actions workflow
kinke May 7, 2022
06687b4
[extend 1-setup action]
kinke May 7, 2022
fe40977
[add bootstrap step]
kinke May 7, 2022
555c629
[add preliminary native build step]
kinke May 8, 2022
860e906
[add test steps]
kinke May 8, 2022
f9a2472
[add install step]
kinke May 8, 2022
abe1d76
[add integration test step]
kinke May 8, 2022
4759a1b
[add package step]
kinke May 8, 2022
5ef8450
[add iOS steps]
kinke May 8, 2022
681583a
[add source artifacts]
kinke May 9, 2022
a1d228e
[add preliminary Android jobs]
kinke May 9, 2022
6121a3d
[add Android x86 libs]
kinke May 9, 2022
7bc39e6
[add macOS arm64 job]
kinke May 10, 2022
d65bcdd
[add macOS universal job]
kinke May 10, 2022
0c0bacb
[add Windows multilib job]
kinke May 10, 2022
f990493
[add upload-to-GitHub job]
kinke May 11, 2022
b95a910
[fix Android aarch64 compiler-rt libs]
kinke May 11, 2022
1fe9799
[slightly revise]
kinke May 11, 2022
15eb2b0
[include SHA256 hashes for foreign release artifacts & replace all 'C…
kinke May 11, 2022
4e08f26
[add mimalloc]
kinke May 11, 2022
c13f5a3
Revert "TEMP: disable other GH actions workflow"
kinke May 12, 2022
3bc37e4
[finalize]
kinke May 12, 2022
dd33a29
Remove Azure Pipelines CI
kinke May 12, 2022
2f632c4
Merge remote-tracking branch 'origin/master' into gh_actions_test
kinke May 12, 2022
9cae313
Fully remove Azure Pipelines
kinke May 12, 2022
bd6023d
[slightly revise vanilla LLVM workflow for consistency with main one]
kinke May 12, 2022
9dc564e
['final' revision round]
kinke May 12, 2022
6a174e3
CI: Cancel running GH Actions workflows after a push
kinke May 12, 2022
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
98 changes: 0 additions & 98 deletions .azure-pipelines/1-posix-setup.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .azure-pipelines/2-posix-build_cross_android.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .azure-pipelines/2-posix-build_cross_mac.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .azure-pipelines/2-posix-build_native.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .azure-pipelines/3-posix-test.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .azure-pipelines/4-install.yml

This file was deleted.

Loading