Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.05 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.05 KB

Docker Armake

Docker image with Armake and various pre-installed tooling aimed towards Python, to help speed up build times in CI pipelines.

This uses Ubuntu trusty and installs Python and Armake.

Docker Build Statu

Table of Contents

Available tools

  • armake
  • git
  • python3
  • make
  • zip
  • pygithub

Usage

In gitlab-ci:

unit-tests:
    stage: test
    image: acemod/armake:latest
    script:
      - armake --version

circle-ci:

version: 2
jobs:
  build:
    docker:
      - image: acemod/armake
    steps:
      - checkout
      - run:
          name: Armake
          command: |
            armake --help

Contribute

PRs accepted. All issues should be reported in the Github issue tracker.

License

MIT © ACE Mod