mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Env var fixed for bundle build
This commit is contained in:
@@ -44,12 +44,11 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: kovidgoyal/kitty-test:latest
|
- image: kovidgoyal/kitty-test:latest
|
||||||
environment:
|
environment:
|
||||||
SW: $HOME/sw
|
|
||||||
LD_LIBRARY_PATH: $SW/lib
|
|
||||||
PKG_CONFIG_PATH: $SW/lib/pkgconfig
|
|
||||||
ASAN_OPTIONS: leak_check_at_exit=0
|
ASAN_OPTIONS: leak_check_at_exit=0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: echo "export LD_LIBRARY_PATH=$SW/lib" >> $BASH_ENV
|
||||||
|
- run: echo "export PKG_CONFIG_PATH=$SW/lib/pkgconfig" >> $BASH_ENV
|
||||||
- run: echo $LD_LIBRARY_PATH
|
- run: echo $LD_LIBRARY_PATH
|
||||||
- run: $SW/bin/python3 setup.py build --debug --verbose
|
- run: $SW/bin/python3 setup.py build --debug --verbose
|
||||||
- run: $SW/bin/python3 test.py
|
- run: $SW/bin/python3 test.py
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ RUN python3 /tmp/install-python.py py3.7 https://www.python.org/ftp/python/3.7.2
|
|||||||
# Install kitty bundle
|
# Install kitty bundle
|
||||||
ENV SW=/home/circleci/sw
|
ENV SW=/home/circleci/sw
|
||||||
RUN python3 /tmp/install-python.py bundle https://download.calibre-ebook.com/travis/kitty/linux-64.tar.xz
|
RUN python3 /tmp/install-python.py bundle https://download.calibre-ebook.com/travis/kitty/linux-64.tar.xz
|
||||||
|
RUN echo SW=$SW >> /etc/environment
|
||||||
|
|
||||||
# Clean unused files
|
# Clean unused files
|
||||||
RUN apt-get clean -y
|
RUN apt-get clean -y
|
||||||
|
|||||||
Reference in New Issue
Block a user