aboutsummaryrefslogtreecommitdiff
path: root/.circleci/config.yml
blob: 22934cd1d9bcaf194295f475b2557fe66aa8778f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 2.1

jobs:
  build:
    docker:
      - image: ubuntu:latest
    steps:
      - checkout
      - run: export DEBIAN_FRONTEND=noninteractive
      - run: apt-get update -qq
      - run: |
          env DEBIAN_FRONTEND=noninteractive \
          apt-get install -y -qq \
          coreutils wget tar gzip bzip2 patch cmake make binutils gcc g++ autoconf automake flex bison texinfo \
          git subversion curl xz-utils osslsigncode \
          binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
      - run: |
          env DEBIAN_FRONTEND=noninteractive \
          make install \
          WERROR=1 Q= \
          CC=/usr/bin/x86_64-w64-mingw32-gcc \
          DDK_INCLUDE_DIR=/usr/x86_64-w64-mingw32/include/ddk \
          DESTDIR=_install/