initial socket servers #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
env: | |
LISP: sbcl-bin | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: 40ants/setup-lisp@v2 | |
- name: update and install system dependencies | |
run: | | |
sudo apt-get -qq update | true | |
sudo apt-get -qq install libmpfr6 libmpfr-dev | |
- uses: 40ants/run-tests@v2 | |
with: | |
asdf-system: hypergeometrica |