Skip to content

Commit

Permalink
Possibly fixed the build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent dcdb74d commit d9dac1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,13 @@ jobs:
displayName: 'Build documentation'

- job: Build
pool: 'vs2017-win2016'
steps:
- script: |
sudo add-apt-repository ppa:koffeinflummi/armake
sudo apt-get update
sudo apt-get install armake
- powershell: |
./tools/make.ps1
displayName: 'Install armake'
- script: |
sed --version
armake -v
zip -v
displayName: 'Dependency versions'
- script: |
- bash: |
make releaseCI
mv $(ls *.zip | head -n1) $(Build.ArtifactStagingDirectory)/$(ls *.zip | head -n1)
displayName: 'Build with armake'
Expand Down
2 changes: 1 addition & 1 deletion tools/make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function Main {

$orgLocation = Get-Location
Set-Location -Path $projectRoot
foreach ($folder in "addons", "optionals") {
foreach ($folder in "addons") {
New-Item "$projectRoot\@achilles\$folder" -ItemType "directory" -Force | Out-Null
foreach ($component in Get-ChildItem -Directory "$PSScriptRoot\..\$folder") {
Build-Directory $component
Expand Down

0 comments on commit d9dac1e

Please sign in to comment.