forked from wine-mirror/wine
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathJenkinsfile
4 lines (4 loc) · 1.18 KB
/
Jenkinsfile
1
2
3
4
dockerNode(image: 'ubuntu:20.04', sideContainers: ['']) {
sh ''' sudo apt-get -qq update '''
sh ''' sudo apt install -y autoconf bison ccache debhelper desktop-file-utils docbook-to-man docbook-utils docbook-xsl flex fontforge gawk gettext libacl1-dev libasound2-dev libcups2-dev libdbus-1-dev libgcrypt-dev libgif-dev libglu1-mesa-dev libgsm1-dev libgtk-3-dev liblcms2-dev libldap2-dev libmpg123-dev libncurses5-dev libopenal-dev libosmesa6-dev libpcap-dev libpulse-dev libssl-dev libtiff5-dev libudev-dev libv4l-dev libva-dev libxslt1-dev libxt-dev ocl-icd-opencl-dev prelink valgrind linux-libc-dev libppl14 libcolord2 libvulkan-dev libgnutls28-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libpng-dev libsdl2-dev libavcodec-dev libavutil-dev libswresample-dev libavcodec58 libswresample3 libavutil56 libfaudio0 libfaudio-dev libvkd3d1 libvkd3d-dev libvkd3d-utils1 vkd3d-demos libvulkan1 libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio python2 git'''
}