Skip to content

Commit

Permalink
Use the Makefile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Jan 14, 2025
1 parent af329a2 commit f9fe095
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,10 @@ jobs:
cabal-version: "latest"
cabal-update: true

- name: Install Alex and Happy
run: |
cabal install alex
cabal install happy
- name: Configure the build
run: |
./boot
./configure
- name: Build Hadrian
run: |
./hadrian/build --version
- name: Build the bindist
run: |
./hadrian/build --flavour=release -j binary-dist-dir --docs=none
make

0 comments on commit f9fe095

Please sign in to comment.