Skip to content

acemod/docker-armake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published