Skip to content

Commit

Permalink
drone: use new debian unstable 2021-02-24a
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 24, 2021
1 parent ff050d9 commit d1825db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: debian-unstable

steps:
- name: debian-build
image: dankamongmen/unstable_builder:2021-02-12b
image: dankamongmen/unstable_builder:2021-02-24a
commands:
- export LANG=en_US.UTF-8
- mkdir build
Expand Down
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,18 +530,12 @@ target_include_directories(notcurses-demo
include
src
"${PROJECT_BINARY_DIR}/include"
PUBLIC
"${AVCODEC_INCLUDE_DIRS}"
"${AVFORMAT_INCLUDE_DIRS}"
"${AVUTIL_INCLUDE_DIRS}"
"${SWSCALE_INCLUDE_DIRS}"
)
target_link_libraries(notcurses-demo
PRIVATE
notcurses
unistring
${MATH_LIBRARIES}
PUBLIC
Threads::Threads
)

Expand Down
1 change: 0 additions & 1 deletion src/poc/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ callback(struct ncplane* ncp, void* curry, int dizzy){
}
ncplane_set_base(ncp, "", 0, channels);
ncplane_putstr(ncp, curry);
fprintf(stderr, "DIZZY (%s) %d\n", (const char*)curry, dizzy);
return 0;
}

Expand Down

0 comments on commit d1825db

Please sign in to comment.