Skip to content

Commit

Permalink
Merge pull request mhx#16 from tamatebako/feature/msys-3
Browse files Browse the repository at this point in the history
Ruby/MSys compatibility (pass 3)
  • Loading branch information
maxirmx committed Oct 9, 2022
2 parents 7736ea7 + 9295d44 commit 91e81a2
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 63 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/macos.yml
Expand Up @@ -70,14 +70,6 @@ jobs:
# - MKD just to be sure that it build ok
matrix:
setup:
- version: '10.15'
xcode: '12.1.1'
scope: 'ALL'
tests: 'ON'
- version: '10.15'
xcode: '12.1.1'
scope: 'MKD'
tests: 'OFF'
- version: '11.0'
xcode: '12.4'
scope: 'ALL'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/windows-msys.yml
Expand Up @@ -32,6 +32,9 @@
name: Windows-MSys

on:
schedule:
# Every Thursday at 11PM UTC
- cron: "0 23 * * 4"
push:
branches: [ main ]
paths-ignore:
Expand Down Expand Up @@ -100,7 +103,6 @@ jobs:
openssl:p
cmake:p
boost:p
make:p
diffutils:p
libevent:p
double-conversion:p
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.20.0)

cmake_policy(SET CMP0048 NEW)
project(tebako-dwarfs VERSION 0.3.1)
project(tebako-dwarfs VERSION 0.3.2)

include(ExternalProject)
include(FetchContent)
Expand Down

0 comments on commit 91e81a2

Please sign in to comment.