File: dockerbuild.sh

package info (click to toggle)
shadowsocks-libev 3.3.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,192 kB
  • sloc: ansic: 15,474; sh: 3,518; python: 452; makefile: 25
file content (5 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/bin/sh
set -e
set -o xtrace

cmake -DBUILD_STATIC=OFF . && make && make install