Skip to content

Commit 5872fe9

Browse files
Merge pull request #135 from iron-software/develop
Update master branch
2 parents 4b1ac8c + 03d0a97 commit 5872fe9

16 files changed

+406
-84
lines changed

CI/job_templates/test_drawing_libraries.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
buildType: 'current'
2121
artifactName: 'IronDrawingDataTests'
2222
targetPath: '$(Agent.BuildDirectory)/Data'
23+
- ${{ if or(eq(parameters.OSPlatform, 'Ubuntu'), eq(parameters.OSPlatform, 'Linux')) }}:
24+
- task: Bash@3
25+
displayName: 'Install GDI+ dependencies'
26+
inputs:
27+
targetType: 'inline'
28+
script: |
29+
sudo apt-get update
30+
sudo apt-get install -y libgdiplus libc6-dev
2331
- ${{ if eq(parameters.framework, 'netcoreapp3.1') }}:
2432
- task: UseDotNet@2
2533
displayName: 'Install .Netcoreapp3.1 Core sdk'
Binary file not shown.
Binary file not shown.
227 KB
Loading
146 KB
Loading
Binary file not shown.
Binary file not shown.
88.1 KB
Loading
9.26 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)