Fetch the repository succeeded.
This action will force synchronization from pkuvcl/davs2, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
language: c
dist: xenial
install:
- wget https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz -O nasm-2.14.02.tar.gz
- tar -xvf nasm-2.14.02.tar.gz
- pushd nasm-2.14.02 && ./configure --prefix=/usr && make && sudo make install && popd
jobs:
include:
# General Linux build job
- name: Build
script:
- cd build/linux
- ./configure
- make -j
Sign in for post a comment
Comment ( 0 )