Skip to content

Commit d4e3c35

Browse files
README_DRAKE: Update CI information
1 parent 5258a69 commit d4e3c35

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README_DRAKE.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,28 @@ source code (e.g. no whitespace reflowing), and try to stay relatively close to
4040

4141
## Continuous Integration
4242

43-
For simplicity, these checks are copied from upstream's CI which uses Travis
44-
CI as part of GitHub's Checks. They test:
43+
For simplicity, these checks are copied from upstream's CI which uses GitHub
44+
Actions as part of GitHub's checks. They test:
4545

46-
* Ubuntu and macOS (Windows tests disabled)
47-
* C++11, C++14, and C++17
46+
* Code formatting (Python, C++, CMake)
47+
* Latest Ubuntu and macOS images
48+
* **drake specific**: Windows and centOS disabled
49+
* C++11 and C++17
4850
* Release and debug builds
49-
* GCC 4.8, 6, and 7
50-
* clang 7
51-
* Apple clang 7.3 and 9
52-
* 64bit and 32bit
53-
* CPython and PyPy (though PyPy is partially supported on this fork)
54-
* Python 2.7, 3.5, 3.6, 3.7, and 3.8
55-
56-
To see builds, see [this fork's Travis CI page](https://travis-ci.com/RobotLocomotion/pybind11/branches).
57-
58-
Windows testing (with AppVeyor) is disabled for this repository.
51+
* GCC and clang
52+
* 64bit
53+
* **drake specific**: no 32bit since Windows is disabled
54+
* CPython
55+
* **drake difference**: PyPy is disabled
56+
* Python 3.6, 3.7, and 3.8
57+
* **drake difference**: Python 2.7 and 3.5 are disabled
5958

6059
### Quick Testing
6160

61+
For quickly testing Drake modifications on the platform's Python 3 interpreter:
62+
6263
mkdir build && cd build
6364
cmake .. \
64-
-DPYTHON_EXECUTABLE=$(which python3) \
6565
-DPYBIND11_TEST_OVERRIDE='test_builtin_casters.cpp;test_class.cpp;test_eigen.cpp;test_multiple_inheritance.cpp;test_ownership_transfer.cpp;test_smart_ptr.cpp'
6666
make -j 4 pytest
6767

0 commit comments

Comments
 (0)