On Thu, Nov 26, 2020 at 05:55:18PM +0800, Qian Yun wrote:
> Hi Waldek,
> 
> Do you agree to commit it into repo?

Yes, go on.

> 
> - Qian
> 
> On 11/25/20 5:33 PM, oldk1331 wrote:
> > Hi all,
> > 
> > I would like to add the following file in our repo to start CI from now on.
> > 
> > Comments and ideas are welcome, I'll consider to add them on
> > top of this in the future.
> > 
> > - Qian
> > 
> > ==== .github/workflows/ci.yml ====
> > name: FriCAS CI
> > 
> > on:
> >    push:
> >      branches: [ master ]
> >    pull_request:
> >      branches: [ master ]
> > 
> > jobs:
> >    build:
> > 
> >      runs-on: ubuntu-20.04
> > 
> >      steps:
> >      - uses: actions/checkout@v2
> >      - name: install dependencies
> >        run: sudo apt-get install sbcl libxpm-dev
> >      - name: configure
> >        run: ./configure --with-lisp=sbcl --with-gmp --with-x
> >      - name: make
> >        run: make -j2 --output-sync
> >      - name: make check
> >        run: make check -j2 --output-sync
> > 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/fricas-devel/f4c08a46-a95f-bd4a-7911-e67503f13a7a%40gmail.com.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20201127140315.GA36910%40math.uni.wroc.pl.

Reply via email to