You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
586 B

  1. ---
  2. - name: Download pts_lbsearch code from GitHub
  3. get_url:
  4. dest: /tmp/pts_lbsearch.c
  5. url: https://raw.githubusercontent.com/pts/pts-line-bisect/2ecd9f59246cfa28cb1aeac7cd8d98a8eea2914f/pts_lbsearch.c
  6. checksum: sha256:ef79efc2f1ecde504b6074f9c89bdc71259a833fa2a2dda4538ed5ea3e04aea1
  7. - name: Compile pts_lbsearch
  8. command:
  9. chdir: /tmp
  10. # compilation command taken from the top of the source file
  11. cmd: gcc -ansi -W -Wall -Wextra -Werror=missing-declarations -s -O2 -DNDEBUG -o /usr/local/bin/pts_lbsearch pts_lbsearch.c
  12. creates: /usr/local/bin/pts_lbsearch