Skip to content

Merge pull request #5 from chu11/buildupdate #3

Merge pull request #5 from chu11/buildupdate

Merge pull request #5 from chu11/buildupdate #3

Workflow file for this run

name: build CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: clone genders
run: git clone https://github.com/chaos/genders.git
- name: build genders
run: cd genders && ./configure --prefix=/usr && make
- name: install genders
run: cd genders && sudo make install
- name: configure
run: ./configure
- name: make
run: make