Ben Gotow
|
c02898ac66
|
Add SECURITY.md
|
2022-10-25 06:13:17 -05:00 |
|
Ben Gotow
|
f1f7e40f7e
|
Fix CircleCI
|
2021-04-13 13:06:44 -05:00 |
|
Ben Gotow
|
02cb922dea
|
When running from the Linux snap, use no-sandbox
|
2021-04-13 11:44:19 -05:00 |
|
Ben Gotow
|
fa28233822
|
Update CI configuration
|
2021-04-08 01:41:56 -05:00 |
|
Ben Gotow
|
28087d67b8
|
Use a docker image with more linux configuration
FROM circleci/node:lts-jessie
RUN sudo apt-get update
RUN sudo perl -MCPAN -e 'install TAP::Parser'
RUN sudo perl -MCPAN -e 'install XML::Generator'
RUN sudo apt-get -y install lsb-release unzip software-properties-common
RUN lsb_release -a
RUN sudo apt-get -y install build-essential clang execstack fakeroot g++-4.8 git libgnome-keyring-dev libsecret-1-dev xvfb rpm libxext-dev libxtst-dev libxkbfile-dev
ENV DISPLAY=:99
ENV CC=gcc-4.8
ENV CXX=g++-4.8
|
2019-03-17 10:45:03 -07:00 |
|
Ben Gotow
|
7c13c29557
|
Run lint tasks within a circleCI workflow
|
2019-03-17 09:33:49 -07:00 |
|
Ben Gotow
|
6792a870e0
|
Run lint tasks on circleci
|
2019-03-17 09:28:01 -07:00 |
|