Skip to content

Commit

Permalink
Migrate to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Mar 2, 2023
1 parent 274eced commit 3236f0c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 44 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name: Centralized book generation

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@master
with:
bookname: Clap-wip
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Clap: the command line argument parser for Pharo

[![Build status][badge]][travis]
[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](https://github.com/SquareBracketAssociates/Booklet-ClapCommandLine/releases/download/latest/Clap-wip.pdf)
[![Centralized book generation](https://github.com/SquareBracketAssociates/Booklet-ClapCommandLine/actions/workflows/main.yml/badge.svg)](https://github.com/SquareBracketAssociates/Booklet-ClapCommandLine/actions/workflows/main.yml)

This booklet explains how to develop Pharo command line programs with [Clap](https://github.com/cdlm/clap-st).

The [latest successfully built PDF][wip] can be found under the [releases][] tab.

[travis]: https://travis-ci.org/SquareBracketAssociates/Booklet-ClapCommandLine
[badge]: https://travis-ci.org/SquareBracketAssociates/Booklet-ClapCommandLine.svg?branch=master
[wip]: https://github.com/SquareBracketAssociates/Booklet-ClapCommandLine/releases/download/continuous/Clap-wip.pdf "Latest PDF from CI"
[releases]: https://github.com/SquareBracketAssociates/Booklet-ClapCommandLine/releases "All releases"
This booklet explains how to develop Pharo command line programs with [Clap](https://github.com/cdlm/clap-st)

0 comments on commit 3236f0c

Please sign in to comment.