File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # tasarch [ ![ Build Status] ( https://travis-ci.org /flagbot/tasarch.svg?branch =master )] ( https://travis-ci.org /flagbot/tasarch )
1
+ # tasarch [ ![ Build Status] ( https://dev.azure.com /flagbot/pipelines/_apis/build/status/flagbot.tasarch?branchName =master )] ( https://dev.azure.com /flagbot/pipelines/_build/latest?definitionId=1&branchName=master )
2
2
3
3
** tasarch** is a small [ libretro] ( https://www.libretro.com/ ) frontend that focuses on TASing.
4
4
It will be used in our upcoming CTF ;)
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ stages:
21
21
imageName : ' macos-10.14'
22
22
pool :
23
23
vmImage : $(imageName)
24
+ name : $(SourceBranchName)-$(Build.SourceVersion)
24
25
steps :
25
26
- checkout : self
26
27
submodules : recursive
@@ -35,6 +36,6 @@ stages:
35
36
- task : PublishPipelineArtifact@1
36
37
displayName : Publish Release
37
38
inputs :
38
- targetPath : ' $(Build.SourcesDirectory)/build/tasarch-$(Agent.OS)-$(Build.Id )'
39
- artifact : ' tasarch-$(Agent.OS)-$(Build.Id )'
39
+ targetPath : ' $(Build.SourcesDirectory)/build/tasarch-$(Agent.OS)-$(Build.BuildNumber )'
40
+ artifact : ' tasarch-$(Agent.OS)-$(Build.BuildNumber )'
40
41
publishLocation : ' pipeline'
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ cmake --version
12
12
cmake ..
13
13
make -j` nproc`
14
14
15
- export RELEASE_DIR=" tasarch-${AGENT_OS} -${BUILD_ID } "
15
+ export RELEASE_DIR=" tasarch-${AGENT_OS} -${BUILD_BUILDNUMBER } "
16
16
mkdir $RELEASE_DIR
17
17
mkdir $RELEASE_DIR /cores
18
18
19
19
echo " Making Release Directory in $RELEASE_DIR "
20
- env
21
20
cp tasarch $RELEASE_DIR /
22
21
cp ../cores/* $RELEASE_DIR /cores/
You can’t perform that action at this time.
0 commit comments