Skip to content

Commit cf2502b

Browse files
committed
Migrate CI from travis to actions
1 parent 67a962f commit cf2502b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build on MacOS
22

3-
name: CI
3+
name: build
44

55
# Controls when the workflow will run
66
on:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
# Runs a single command using the runners shell
27-
- name: Run a one-line script
27+
- name: Run build script
2828
run: bash build.sh
2929

3030

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
enabled: false # Travis CI builds turned off
12
os: osx
23
osx_image: xcode12.3
34
language: objective-c

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Build-OpenSSL-cURL
22

3-
[![Build Status](https://app.travis-ci.com/jasonacox/Build-OpenSSL-cURL.svg?branch=master)](https://app.travis-ci.com/jasonacox/Build-OpenSSL-cURL)
3+
<!-- [![Build Status](https://app.travis-ci.com/jasonacox/Build-OpenSSL-cURL.svg?branch=master)](https://app.travis-ci.com/jasonacox/Build-OpenSSL-cURL) -->
4+
[![Build Status](https://github.com/jasonacox/Build-OpenSSL-cURL/actions/workflows/build.yml/badge.svg)](https://github.com/jasonacox/Build-OpenSSL-cURL/actions/workflows/build.yml)
45

56
This Script builds OpenSSL, nghttp2 and cURL/libcurl for MacOS (x86_64, arm64), Mac Catalyst (x86_64, arm64), iOS (armv7, armv7s, arm64 and arm64e), iOS Simulator (x86_64, arm64), tvOS (arm64) and tvOS Simulator (x86_64). It includes patching for tvOS to not use fork() and adds HTTP2 support via nghttp2.
67

0 commit comments

Comments
 (0)