Pipeline update.
This commit is contained in:
parent
4d91f4e2be
commit
2bf8a4d943
|
@ -5,11 +5,12 @@
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
- linux-cheats
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
make
|
which scons-3
|
||||||
displayName: 'make'
|
displayName: 'Build'
|
||||||
|
|
Loading…
Reference in New Issue