Skip to content

Commit

Permalink
Use Valac master
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Jan 10, 2019
1 parent b11b3cd commit 5de0a02
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
'pkgconfig(libnotify)' 'pkgconfig(libsoup-2.4)' 'pkgconfig(libsecret-1)' \
'pkgconfig(uuid)' 'pkgconfig(webkit2gtk-4.0)' 'pkgconfig(sqlite3)' \
'pkgconfig(libarchive)' 'pkgconfig(libpulse)' libappstream-glib \
'pkgconfig(gee-0.8)' \
'pkgconfig(gee-0.8)' git autoconf-archive \
xorg-x11-util-macros libdrm-devel patch \
'pkgconfig(x11)' 'pkgconfig(xext)' 'pkgconfig(xextproto)' \
nodejs npm
Expand All @@ -31,6 +31,18 @@ jobs:
cd ..
rm -rf libdri2
npm install standard --global
- run:
name: Download Vala
command: |
git clone https://gitlab.gnome.org/GNOME/vala.git
- run:
name: Build Vala
working_directory: ~/workdir/vala
command: |
./autogen.sh --prefix=/usr
make all
dnf remove -y vala valadoc
make install
- run:
name: Install Valalint
command: |
Expand Down

0 comments on commit 5de0a02

Please sign in to comment.