Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
test(ci): add autoconf (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Oct 2, 2020
1 parent 1536a66 commit c40e209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Build:
prefix: ${CI_JOB_NAME}
paths:
- .cache
before_script:
- apk add autoconf
script:
- yarn config set cache-folder $CI_PROJECT_DIR/.cache/yarn
- yarn --frozen-lockfile --prefer-offline
Expand Down

0 comments on commit c40e209

Please sign in to comment.