Move packagecore config, update matrix

This commit is contained in:
Arun Prakash Jana 2019-09-29 08:02:40 +05:30
parent 2446d7c68c
commit e8d5c453d7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 7 additions and 50 deletions

View File

@ -69,7 +69,7 @@ jobs:
# Use latest installed python3 from pyenv
export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' | tail -1)"
pip install packagecore
packagecore -o ./dist/ ${CIRCLE_TAG#v}
packagecore -c misc/packagecore/packagecore.yaml -o ./dist/ ${CIRCLE_TAG#v}
# Move source pack to dist
mv ../${CIRCLE_PROJECT_REPONAME}-${CIRCLE_TAG}.tar.gz dist/

View File

@ -91,7 +91,7 @@ It runs smoothly on the Raspberry Pi, Termux on Android, Linux, macOS, BSD, Cygw
- Spawn a shell, run apps, run commands, execute file
- Lock terminal (needs a locker)
- Minimal deps, minimal config
- Available on many package managers
- Widely available
- Unicode support
- Follows Linux kernel coding style
- Highly optimized, static analysis integrated code

View File

@ -16,19 +16,6 @@ packages:
- ncurses
- readline
container: "archlinux/base"
centos7.4:
builddeps:
- make
- gcc
- pkgconfig
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
commands:
pre:
- yum install epel-release
centos7.5:
builddeps:
- make
@ -65,46 +52,16 @@ packages:
deps:
- libncursesw5
- readline-common
fedora25:
builddeps:
- make
- gcc
- pkgconfig
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
fedora26:
debian10:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
- libncursesw5-dev
- libreadline-dev
deps:
- ncurses
- readline
fedora27:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
fedora28:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
- libncursesw5
- readline-common
fedora29:
builddeps:
- make