Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 22, 2021
1 parent c922cef commit d2cac32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# deprecated, out of date and unused
sudo: false
language: c

Expand All @@ -22,8 +23,8 @@ addons:
- valgrind

before_script:
# PRTEMP check that `LD=$CC ucpu=$CPU` are forwarded properly
- . ci/funs.sh && LD=$CC ucpu=$CPU nimBuildCsourcesIfNeeded
- . ci/funs.sh && nimBuildCsourcesIfNeeded
# was using: make -C csources -j 2 LD=$CC ucpu=$CPU
- export PATH="$PWD/bin${PATH:+:$PATH}"

script:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# deprecated, out of date and unused
version: '{build}'

environment:
Expand Down
2 changes: 0 additions & 2 deletions ci/funs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,4 @@ nimBuildCsourcesIfNeeded(){

echo_run cp $nim_csources bin/nim
echo_run $nim_csources -v

# PRTEMP see build.sh: sh build.sh
}

0 comments on commit d2cac32

Please sign in to comment.