Skip to content

Commit

Permalink
close #251 - add Linux CI (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Aug 16, 2021
1 parent a7fc161 commit 03d7826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
22 changes: 0 additions & 22 deletions build-system/linux-pr-validation.yaml

This file was deleted.

9 changes: 8 additions & 1 deletion build-system/windows-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ jobs:
name: Windows
vmImage: 'windows-2019'
scriptFileName: build.cmd
scriptArgs: all
scriptArgs: all
- template: azure-pipeline.template.yaml
parameters:
name: 'linux_pr'
displayName: 'Linux PR Validation'
vmImage: 'ubuntu-18.04'
scriptFileName: ./build.sh
scriptArgs: all

0 comments on commit 03d7826

Please sign in to comment.