소스 검색

Update sample hooks config

pull/3/head
Tuncer Ayaz 13 년 전
부모
커밋
8f4e80b827
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      rebar.config.sample

+ 4
- 1
rebar.config.sample 파일 보기

@ -142,9 +142,12 @@
%% == Pre/Post Command Hooks ==
{pre_hooks, [{clean, "./prepare_package_files.sh"},
{compile, "escript generate_headers"}]}.
{"linux", compile, "c_src/build_linux.sh"},
{compile, "escript generate_headers"},
{compile, "escript check_headers"}]}.
{post_hooks, [{clean, "touch file1.out"},
{"freebsd", compile, "c_src/freebsd_tweaks.sh"},
{eunit, "touch file2.out"},
{compile, "touch postcompile.out"}]}.

불러오는 중...
취소
저장