Commit 2ab15f09 authored by Steven Fackler's avatar Steven Fackler
Browse files

Add circle builds

parent f824aecd
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -207,6 +207,9 @@ jobs:
            - ~/.cargo/registry/cache
            - target

openssl_300: &openssl_300
  library: openssl
  version: 3.0.0-alpha5
openssl_111: &openssl_111
  library: openssl
  version: 1.1.1g
@@ -234,6 +237,10 @@ workflows:
          name: x86_64-vendored
          target: x86_64-unknown-linux-gnu
          vendored: true
      - linux:
          <<: *openssl_300
          name: x86_64-openssl-3.0.0
          target: x86_64-unknown-linux-gnu
      - linux:
          <<: *openssl_111
          name: x86_64-openssl-1.1.1
@@ -254,6 +261,10 @@ workflows:
          name: i686-vendored
          target: i686-unknown-linux-gnu
          vendored: true
      - linux:
          <<: *openssl_300
          name: i686-openssl-3.0.0
          target: i686-unknown-linux-gnu
      - linux:
          <<: *openssl_111
          name: i686-openssl-1.1.1
@@ -271,6 +282,11 @@ workflows:
          target: arm-unknown-linux-gnueabihf
          vendored: true
          no_run: true
      - linux:
          <<: *openssl_300
          name: armhf-openssl-3.0.0
          target: arm-unknown-linux-gnueabihf
          no_run: true
      - linux:
          <<: *openssl_111
          name: armhf-openssl-1.1.1