Skip to content

Commit

Permalink
ci: test sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jan 16, 2024
1 parent 07180d3 commit f7c42df
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
- repository: templates
type: github
name: microsoft/vscode-engineering
ref: main
ref: robo/setup_sysroot
endpoint: Monaco

parameters:
Expand All @@ -35,14 +35,15 @@ extends:
- name: Linux
nodeVersions:
- 16.x
- name: MacOS
nodeVersions:
- 16.x
- name: Windows
nodeVersions:
- 16.x

testSteps:
- script: |
echo $CC
echo $CXX
echo $LDFLAGS
echo $CXXFLAGS
displayName: Print compiler variables
- script: npm ci
displayName: Install dependencies

Expand Down

0 comments on commit f7c42df

Please sign in to comment.