File: .gitlab-ci.yml

package info (click to toggle)
libfiu 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 748 kB
  • sloc: ansic: 2,633; python: 973; makefile: 598; sh: 309
file content (21 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configuration for the GitLab CI.

image: gcc

stages:
  - test

test:
  stage: test
  before_script:
    - apt update
    - apt -y install make coreutils python3-dev python3-setuptools
  script:
    - make all
    - make test
  artifacts:
    when: always
    expire_in: 1 hour
    paths:
      - ./