Skip to content

Commit 0cb4844

Browse files
committed
Update azure pipelines
1 parent b49f429 commit 0cb4844

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

azure-pipelines-linux.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Starter pipeline
2-
# Start with a minimal pipeline that you can customize to build and deploy your code.
3-
# Add steps that build, run tests, deploy, and more:
41
# https://aka.ms/yaml
52

63
trigger:
@@ -27,9 +24,18 @@ pool:
2724
steps:
2825
- script: |
2926
sudo apt update
27+
sudo apt upgrade -y
3028
sudo apt install -y g++ cmake libssl-dev
3129
sudo apt install -y dotnet-sdk-7.0
3230
displayName: 'Set up development environment'
3331

32+
- script: |
33+
lsb_release -a
34+
uname -a
35+
make --version
36+
g++ --version
37+
dotnet --list-sdks
38+
displayName: 'Print System Info'
39+
3440
- bash: tools/build.sh
3541
displayName: 'Build Graph Engine'

azure-pipelines-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Starter pipeline
2-
# Start with a minimal pipeline that you can customize to build and deploy your code.
3-
# Add steps that build, run tests, deploy, and more:
41
# https://aka.ms/yaml
52

63
trigger:

0 commit comments

Comments
 (0)