Skip to content
Snippets Groups Projects
Commit a9ef905f authored by RamAddict's avatar RamAddict
Browse files

Merge branch 'development' of gitlab.com:eclufsc/ophidian into development

parents 9efc681d 1f6fdc49
No related branches found
No related tags found
1 merge request!36Move design location
...@@ -13,7 +13,7 @@ variables: ...@@ -13,7 +13,7 @@ variables:
"build-essential "build-essential
git git
cmake cmake
libboost1.63-dev libboost-dev
liblemon-dev liblemon-dev
def def
lef lef
...@@ -60,8 +60,8 @@ pages: ...@@ -60,8 +60,8 @@ pages:
only: only:
- master - master
build_on_debian-sid: build_on_debian-buster:
image: debian:sid image: debian:buster
stage: build stage: build
before_script: before_script:
- apt-get update -qq && apt-get install -qq -y software-properties-common gpg - apt-get update -qq && apt-get install -qq -y software-properties-common gpg
......
...@@ -39,7 +39,7 @@ $ sudo add-apt-repository -y -u ppa:eclufsc/ophidian ...@@ -39,7 +39,7 @@ $ sudo add-apt-repository -y -u ppa:eclufsc/ophidian
$ sudo apt install libophidian-dev $ sudo apt install libophidian-dev
``` ```
### Debian Sid: ### Debian Buster:
First you will need to add the **Launchpad PPA for eclufsc** gpg key: First you will need to add the **Launchpad PPA for eclufsc** gpg key:
``` ```
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A62C1A5EFCB3D41A1FDB35758179B53998C15E64 && apt-get update -qq $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A62C1A5EFCB3D41A1FDB35758179B53998C15E64 && apt-get update -qq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment