# ARGUMENTS # ARGOPKGS : The authoritative packaging source # EXTRA : Extra argonix arguments .applications: stage: applications tags: - integration - notknl .build: stage: build tags: - integration buildAMG: extends: .build script: - "argonix build amg -g --argopkgs $ARGOPKGS $EXTRA --verbose" buildQMCPack: extends: .build script: - "argonix build qmcpack -g --argopkgs $ARGOPKGS $EXTRA --verbose" tags: - integration - notknl buildOpenMC: extends: .build script: - "argonix build openmc -g --argopkgs $ARGOPKGS $EXTRA --verbose" buildSTREAM: extends: .build script: - "argonix build stream -g --argopkgs $ARGOPKGS $EXTRA --verbose" buildLAMMPS: extends: .build script: - "argonix build lammps -g --argopkgs $ARGOPKGS $EXTRA --verbose" testAMG: extends: .applications script: - "argonix build testAMG -g --argopkgs $ARGOPKGS $EXTRA --verbose" testSTREAM: extends: .applications script: - "argonix build testSTREAM -g --argopkgs $ARGOPKGS $EXTRA --verbose" testOpenMC: extends: .applications script: - "argonix build testOpenMC -g --argopkgs $ARGOPKGS $EXTRA --verbose" testLAMMPS: extends: .applications script: - "argonix build testLAMMPS -g --argopkgs $ARGOPKGS $EXTRA --verbose" testQMCPack: extends: .applications script: - "argonix build testQMCPack -g --argopkgs $ARGOPKGS $EXTRA --verbose"