CI: build GNU/Linux ARM64 binary

issue#70
Sébastien Villemot 2021-04-06 16:10:31 +02:00
parent 9f6df25a52
commit e3c716faba
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,18 @@ build_linux_x86_64:
paths:
- $CI_COMMIT_SHA/linux-x86_64/*
build_linux_aarch64:
stage: build
script:
- autoreconf -si
- './configure --host=aarch64-linux-gnu LDFLAGS="-static-libstdc++ -static-libgcc -s"'
- make -j$(nproc)
- mkdir -p $CI_COMMIT_SHA/linux-aarch64
- tar -caf $CI_COMMIT_SHA/linux-aarch64/dynare-preprocessor.tar.gz -C src dynare-preprocessor
artifacts:
paths:
- $CI_COMMIT_SHA/linux-aarch64/*
build_windows_i686:
stage: build
script: