Commit graph

3004 commits

Author SHA1 Message Date
SANO Masatoshi 2295411c87 change structure a bit. 2021-05-28 12:20:39 +09:00
SANO Masatoshi 83a37a257b 'ros version' to show sbcl-bin-variant 2021-05-17 09:01:45 +09:00
SANO Masatoshi ed1f7c6eda try to fix ci. :( 2021-05-17 02:39:05 +09:00
SANO Masatoshi 45eba0d956 try to fix ci. 2021-05-17 02:29:59 +09:00
SANO Masatoshi b466d1249f try to fix ci. 2021-05-17 02:21:51 +09:00
SANO Masatoshi 32fbad1df8 try build static roswell on github actions 2021-05-16 17:07:23 +09:00
SANO Masatoshi 21d6359533 forgot to add SUDO in ci script 2021-05-16 04:32:36 +09:00
SANO Masatoshi 534f6991ab subst SBCL_BIN_VARIANT for ci script 2021-05-16 01:55:42 +09:00
SANO Masatoshi d246106a39 don't test hombebrew... 2021-05-16 01:54:46 +09:00
SANO Masatoshi 4964e70ad4 implement bin install for non debian linux 2021-05-15 19:15:26 +09:00
SANO Masatoshi 3b81b80ddb remove .appveyor.yml 2021-05-15 12:11:32 +09:00
SANO Masatoshi 9f28cb3ac4 fix borken make dist archive. 2021-05-15 11:47:33 +09:00
SANO Masatoshi 1087fc358a move all test to github actions. 2021-05-14 08:40:39 +09:00
SANO Masatoshi db1857bafd transit partially from travis to github actions. 2021-05-14 03:17:26 +09:00
SANO Masatoshi 989bbd8e58 test with gh actions 2021-05-14 03:06:02 +09:00
SANO Masatoshi 029fad9443 fix name 2021-05-14 01:47:20 +09:00
SANO Masatoshi 806a1606de build docker image for static binary 2021-05-14 01:42:51 +09:00
SANO Masatoshi 2c591300a4 bump version to 21.05.14.109 2021-05-12 22:15:11 +09:00
SANO Masatoshi c883fc00a2 [ci skip] prepare ChangeLog entry next to v21.01.14.108 2021-05-12 21:58:33 +09:00
SANO Masatoshi ee46642416 improve for make pack 2021-05-12 21:56:12 +09:00
SANO Masatoshi 2dd3c7d6a9 fix typo and make it simple 2021-05-07 02:38:14 +09:00
SANO Masatoshi a536b9e7ed atop using autotools 2021-05-07 01:02:07 +09:00
SANO Masatoshi 701bc845bd rename dist package for bin 2021-05-06 15:33:07 +09:00
SANO Masatoshi 683ae5f6c4 prepare for binary distribution 2021-05-06 14:50:33 +09:00
SANO Masatoshi b8ccb2342f set default variant for sbcl-bin on compile time. 2021-05-04 21:33:03 +09:00
SANO Masatoshi 64fdea1fdc some experiment on ci for freebsd. 2021-05-03 00:47:33 +09:00
SANO Masatoshi 6d4a612302 fix 2021-05-02 18:24:50 +09:00
SANO Masatoshi 6a529d9ccc wip support freebsd ci. 2021-05-02 12:37:42 +09:00
gos-k 81635defae
Clasp bin (#475)
* Add install clasp-bin

* Fix path

* add install-clasp-bin.lisp on Makefile.am

Co-authored-by: SANO Masatoshi <snmsts@gmail.com>
2021-04-29 17:47:39 +09:00
SANO Masatoshi f1555cd79c support for msi structure change? 2021-04-04 16:41:35 +09:00
gos-k 739740bd77
enable where-is-system (#473) 2021-04-04 14:50:38 +09:00
SANO Masatoshi 59b610b542 fix #471 2021-03-24 14:25:53 +09:00
Hamayama 0107dfb543
Fix CI workflow in GitHub Actions for Windows (#465) 2021-02-21 20:59:57 +09:00
SANO Masatoshi 0b7504f39a bump version to 21.01.14.108 2021-01-26 10:10:02 +09:00
SANO Masatoshi 2c5934a784 notice it's 2021 2021-01-26 10:04:38 +09:00
SANO Masatoshi 6dc0070da5 [ci skip] prepare ChangeLog entry next to v20.06.14.107 2021-01-26 09:55:42 +09:00
SANO Masatoshi 499eddcf5f add guard for 'make relase-changelog' 2021-01-26 09:55:31 +09:00
SANO Masatoshi 4b0bd99975 fix... 2021-01-25 00:02:23 +09:00
SANO Masatoshi 8353528056 fix error... 2021-01-24 23:45:56 +09:00
Alexander Artemenko b851c375af
Fix usage of Roswell under the Qlot environment. (#458)
Before this fix command like:

    qlot exec ros install 40ants/gh-pages

resulted in error. But I wanted to use it, to install
scripts into a local `.qlot` environment.

This fix works with a single problem I wasn't able to
resolve. After the fresh Roswell install, you have to
run some command like `ros config` without Qlot, to let
Roswell dump an image. Otherwise, you'll get this error
when running `qlot exec ros install some-system`:

    no dispatch function defined for #\!
2021-01-21 20:00:17 +09:00
SANO Masatoshi 0321395fdb ros serve swank --interface 0.0.0.0 should work. 2020-12-27 01:36:37 +09:00
SANO Masatoshi 7e507ce12c implement tentative 'ros serve swank' 2020-12-26 21:09:50 +09:00
PF4Public 868a37f69c
Clarified usage of a system implementation (#447)
As suggested in #416
2020-12-08 04:32:02 +09:00
SANO Masatoshi 5bde6608a2 remove warnings 2020-11-11 01:28:24 +09:00
SANO Masatoshi b22041eba0 prepare 'ros serve swank' tbd 2020-10-18 16:49:38 +09:00
Travis-CI dc2a935522 [ci skip] documents update 2020-10-15 06:10:52 +00:00
take 0712326538
Fix ros-config.md (#446) 2020-10-15 14:46:10 +09:00
3b a8fd8a3c33
install gcc-multilib with libc6-i386 in install-for-ci.sh (#442) 2020-10-11 12:48:22 +09:00
3b 60415832a7
Try to make install-for-ci.sh work better on windows (#441)
stub out apt functions

don't use LISP env var to specify which lisp to install, since it
seems to confuse ros
2020-09-13 22:31:57 +09:00
SANO Masatoshi 72b2d66bfa thinking swank/slynk launcher. 2020-08-15 02:50:55 +09:00