--- #ARGUMENTS: #The authoritative packaging source #ARGOPKGS #Extra argonix arguments #EXTRA .build: stage: build tags: - integration artifacts: paths: - result/* - nixtmpdir/ expire_in: 1 week when: always numabench: extends: .build script: - "argonix build numabench --argopkgs $ARGOPKGS $EXTRA --verbose" numabench-check: extends: .build script: - "argonix build numabench-check --argopkgs $ARGOPKGS $EXTRA --verbose"