Skip to content

Commit

Permalink
Merge pull request #440 from jongough/update_1.8
Browse files Browse the repository at this point in the history
Update 1.8
  • Loading branch information
jongough authored Jun 8, 2020
2 parents c689fd7 + 8c25f89 commit 58d3c9c
Show file tree
Hide file tree
Showing 13 changed files with 927 additions and 881 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2
version: 2.1
jobs:
build-armhf-stretch:
machine: true
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
docker:
- image: circleci/buildpack-deps:bionic-scm
environment:
- BUILD_GTK3: 1
- BUILD_GTK3: true
- OCPN_TARGET: bionic-gtk3
steps:
- checkout
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
docker:
- image: circleci/buildpack-deps:focal-scm
environment:
- BUILD_GTK3: 1
- BUILD_GTK3: true
- OCPN_TARGET: focal-gtk3
steps:
- checkout
Expand Down
Loading

0 comments on commit 58d3c9c

Please sign in to comment.