Daniel Donenfeld
|
d4be64fe0f
|
Fix push_asm script to checkout the asm branches against the repo commit instead of the repo branch as the repo_branch could change if other users commit while the CI is running
|
2019-02-28 18:14:42 -08:00 |
|
Daniel Donenfeld
|
792a38b841
|
wrap all asm deployment in check for CI. Slight formatting changes
|
2019-02-28 14:59:52 -08:00 |
|
Daniel Donenfeld
|
236efc5751
|
Add comments to indicate which are travis or appveyor specific functions. Rearange file a little
|
2019-02-28 13:39:07 -08:00 |
|
Daniel Donenfeld
|
7a3bfa26dc
|
Fix Get-AppveyorBuild to not just get latest build, but to use the build version to get the correct build. Fix get any failures function to also check for cancellations
|
2019-02-28 12:39:26 -08:00 |
|
Daniel Donenfeld
|
9d0b30f09d
|
Consolidate powershell code into Asm-Functions.ps1
|
2019-02-28 11:11:45 -08:00 |
|
Daniel Donenfeld
|
84aaa291a4
|
[skip ci] Update ASM for 91cbd29807
|
2019-02-28 02:43:32 +00:00 |
|
Daniel Donenfeld
|
6535e63ae2
|
[skip ci] Update ASM for 2df1702fc5
|
2019-02-28 01:07:07 +00:00 |
|
Daniel Donenfeld
|
ccbfb30933
|
[skip ci] Update ASM for d684a2cb96
|
2019-02-27 23:55:12 +00:00 |
|
Daniel Donenfeld
|
0c46d039ac
|
[skip ci] Update ASM for cee06dcad9
|
2019-02-27 23:38:33 +00:00 |
|
Daniel Donenfeld
|
a4a700ea60
|
Reorder travis functions together
|
2019-02-27 15:24:55 -08:00 |
|
Daniel Donenfeld
|
840f1be8c6
|
Add retry command function to retry git push for final asm.
|
2019-02-27 14:26:14 -08:00 |
|
Daniel Donenfeld
|
383b32e169
|
[skip ci] Update ASM for c89e293dc9
|
2019-02-27 19:52:23 +00:00 |
|
Daniel Donenfeld
|
c89e293dc9
|
(Hopefully) Fix issue with diffing the asm branch and slight cleanup
|
2019-02-27 11:46:46 -08:00 |
|
Daniel Donenfeld
|
c1697529d2
|
Merge all branches into APPVEYOR_REPO_BRANCH instead of master in case otehr development branches are used. Try checking out APPVEYOR_REPO_BRANCH before collecting asm
|
2019-02-26 18:17:10 -08:00 |
|
Daniel Donenfeld
|
560a596cf8
|
Add logging
|
2019-02-26 18:02:03 -08:00 |
|
Daniel Donenfeld
|
adffa26f25
|
Fix git diff invocation by using origin/ branch
|
2019-02-26 17:00:34 -08:00 |
|
Daniel Donenfeld
|
30092d9f6f
|
Only cherry-pick if there are asm diffs
|
2019-02-26 16:47:35 -08:00 |
|
Daniel Donenfeld
|
bcd7b60df7
|
Allow empty with git-cherry-pick
|
2019-02-16 21:46:29 -08:00 |
|
Daniel Donenfeld
|
54cf763ab1
|
Try changing cherry-pick into origin/...
|
2019-02-16 21:30:38 -08:00 |
|
Daniel Donenfeld
|
c53294b92a
|
Change merge of asm branches into final branch into cherry-pick
|
2019-02-16 21:09:30 -08:00 |
|
Daniel Donenfeld
|
18dedb4838
|
throw on failed merge
|
2019-02-15 19:00:15 -08:00 |
|
Daniel Donenfeld
|
7e72576ace
|
Wrap checkout of master in cmd.exe call. ENable more builds to test the asm generation
|
2019-02-15 18:49:20 -08:00 |
|
Daniel Donenfeld
|
096d572749
|
Wrap noisy calls to git within cmd.exe invocation
|
2019-02-15 18:41:43 -08:00 |
|
Daniel Donenfeld
|
801422759c
|
Revert "TEMPORARILY ADD THIS ASM"
This reverts commit c3b95d23259cd9a03979547b81b9b0cea38d8d0b.
|
2019-02-15 18:41:43 -08:00 |
|
Daniel Donenfeld
|
da5d6c2719
|
TEMPORARILY ADD THIS ASM
|
2019-02-15 18:41:42 -08:00 |
|
Daniel Donenfeld
|
bbec3b2a84
|
[skip ci] Update ASM for d02a3a8795
|
2019-02-16 02:35:11 +00:00 |
|
Daniel Donenfeld
|
d02a3a8795
|
Try to merge commits individually into final branch, then squash
|
2019-02-15 18:30:41 -08:00 |
|
Daniel Donenfeld
|
8e6d1a4fe7
|
Remove logging from branch deletion. Fix deploy-asm inclusion of API-Functions (hopefully)
|
2019-02-15 18:18:09 -08:00 |
|
Daniel Donenfeld
|
e92e6e3f65
|
Add API functions file
|
2019-02-15 17:58:14 -08:00 |
|
Daniel Donenfeld
|
1949baf70e
|
Fix issue and refactor API accesses
|
2019-02-15 17:51:48 -08:00 |
|
Daniel Donenfeld
|
cf0d3268f0
|
checkout master, not origin master. Add logging
|
2019-02-15 17:40:12 -08:00 |
|
Daniel Donenfeld
|
64f17b570a
|
Remove some logging. Change checkout master command and fetch command
|
2019-02-15 16:12:47 -08:00 |
|
Daniel Donenfeld
|
5530359dbc
|
try merging local branches once they are checked-out
|
2019-02-15 13:20:30 -08:00 |
|
Daniel Donenfeld
|
9f9b17c870
|
checkout each asm branch to ensure it is available locally
|
2019-02-15 13:10:34 -08:00 |
|
Daniel Donenfeld
|
4eaff9d824
|
add call to git fetch origin
|
2019-02-15 13:00:22 -08:00 |
|
Daniel Donenfeld
|
aacf0301fc
|
redirect git to stdout so powershell doesn't see them as errors
|
2019-02-15 12:02:11 -08:00 |
|
Daniel Donenfeld
|
3d45a84f47
|
Add extra checks and logging
|
2019-02-15 11:36:40 -08:00 |
|
Daniel Donenfeld
|
5afeb81bf9
|
Add logging of branches. Throw on merge
|
2019-02-14 15:48:27 -08:00 |
|
Daniel Donenfeld
|
4b52cd13e1
|
Fix issue with merging asm branches
|
2019-02-14 15:35:22 -08:00 |
|
Daniel Donenfeld
|
7f5624662e
|
Add even more logging
|
2019-02-14 15:25:20 -08:00 |
|
Daniel Donenfeld
|
fceedfae2f
|
Add more logging
|
2019-02-14 15:12:07 -08:00 |
|
Daniel Donenfeld
|
49f62dc336
|
Add more logging
|
2019-02-14 15:01:31 -08:00 |
|
Daniel Donenfeld
|
ea64dc5e45
|
Add debug printing to deploy-asm
|
2019-02-14 14:46:00 -08:00 |
|
Daniel Donenfeld
|
f1120574e4
|
Fix powershell issue with Foreach-Object
|
2019-02-14 14:30:58 -08:00 |
|
Daniel Donenfeld
|
c8e21df269
|
try moving asm related scripts to asm\scripts folder
|
2019-02-14 11:14:32 -08:00 |
|
Daniel Donenfeld
|
0a5968c1db
|
[skip ci] Update ASM for Visual Studio 2017_17_LLVM_x64_Release
|
2019-02-13 04:53:31 +00:00 |
|
Daniel Donenfeld
|
c60932942b
|
[skip ci] Update ASM for Visual Studio 2017_17_LLVM_x64_Debug
|
2019-02-13 04:51:06 +00:00 |
|
Daniel Donenfeld
|
53d4b51162
|
[skip ci] Update ASM for Visual Studio 2017_14_LLVM_x64_Release
|
2019-02-13 04:48:29 +00:00 |
|
Daniel Donenfeld
|
a0187be0fc
|
[skip ci] Update ASM for Visual Studio 2017_14_LLVM_x64_Debug
|
2019-02-13 04:46:01 +00:00 |
|
Daniel Donenfeld
|
91a68bf084
|
[skip ci] Update ASM for Visual Studio 2017_17_MSVC_x64_Release
|
2019-02-13 04:43:31 +00:00 |
|