Skip to content

[gdal] fixed port warning #585

[gdal] fixed port warning

[gdal] fixed port warning #585

name: CI-linux
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install nasm
run: sudo apt-get install nasm openssl ninja-build autoconf-archive
- name: Bootstrap the ports
run: python3 scripts/buildtools/vcpkg.py --triplet x64-linux --ports-dir . --clean-after-build
- name: Archive build logs
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: build-logs
path: |
buildtrees/**/config*.log
buildtrees/**/build*.log
buildtrees/**/install*.log
buildtrees/**/package*.log